juorm-spring

juorm spring

License

License

Categories

Categories

Feather Application Layer Libs Dependency Injection ORM Data
GroupId

GroupId

cn.featherfly.juorm
ArtifactId

ArtifactId

juorm-spring
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

juorm-spring
juorm spring
Project URL

Project URL

https://github.com/featherfly/juorm
Source Code Management

Source Code Management

https://github.com/featherfly/juorm

Download juorm-spring

How to add to project

<!-- https://jarcasting.com/artifacts/cn.featherfly.juorm/juorm-spring/ -->
<dependency>
    <groupId>cn.featherfly.juorm</groupId>
    <artifactId>juorm-spring</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.featherfly.juorm/juorm-spring/
implementation 'cn.featherfly.juorm:juorm-spring:0.1.1'
// https://jarcasting.com/artifacts/cn.featherfly.juorm/juorm-spring/
implementation ("cn.featherfly.juorm:juorm-spring:0.1.1")
'cn.featherfly.juorm:juorm-spring:jar:0.1.1'
<dependency org="cn.featherfly.juorm" name="juorm-spring" rev="0.1.1">
  <artifact name="juorm-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.featherfly.juorm', module='juorm-spring', version='0.1.1')
)
libraryDependencies += "cn.featherfly.juorm" % "juorm-spring" % "0.1.1"
[cn.featherfly.juorm/juorm-spring "0.1.1"]

Dependencies

compile (5)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.28
cn.featherfly : featherfly-common jar 1.7.6
cn.featherfly.juorm : juorm-core jar 0.1.1
org.springframework : spring-context jar 5.1.8.RELEASE
cn.featherfly : featherfly-common-spring jar 0.1.0

Project Modules

There are no modules declared in this project.

Hammer是什么?

Hammer 是一款 orm 框架,集成了常见的 orm 操作模式,用于解决不同的应用场景。
因为每一种模式适合的场景不一致,而且每个项目都会出现这些场景,只是出现的比例不同,所以使用某一种框架在其不擅长场景都会比较麻烦。

框架概述

  • 对象记录映射(object recored mapping): 支持基于对象的数据记录映射(类似 hibernate,但不支持级联操作)
  • DSL 模式操作:支持基于 DSL 模式的 API 进行更新,删除,查询数据操作(类似 QueryDSL)
  • 模板 DML 查询:支持基于模板的 DML 拼接进行查询操作,可以使复杂查询更直观(类似 mybatis)

支持的数据存储

  • 关系型数据库(基于 jdbc) hammer-sqldb的文档
  • mongodb 敬请期待....
  • elasitcserach 敬请期待....

Versions

Version
0.1.1
0.1.0