juorm-core

juorm core

License

License

Categories

Categories

Feather Application Layer Libs Dependency Injection ORM Data
GroupId

GroupId

cn.featherfly.juorm
ArtifactId

ArtifactId

juorm-core
Last Version

Last Version

0.2.6
Release Date

Release Date

Type

Type

jar
Description

Description

juorm-core
juorm core
Project URL

Project URL

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

Source Code Management

https://github.com/featherfly/juorm

Download juorm-core

How to add to project

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

Dependencies

compile (11)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.29
cn.featherfly.common : common-core jar 1.7.15
cn.featherfly.juorm : juorm-api jar 0.2.6
cn.featherfly.common : common-spring jar 0.2.1
cn.featherfly.constant : constant-core jar 1.6.2
cn.featherfly : featherfly-conversion jar 1.3.4
org.hibernate.javax.persistence : hibernate-jpa-2.1-api jar 1.0.2.Final
com.fasterxml.jackson.core : jackson-databind jar 2.9.10.1
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.9.10
org.javassist : javassist jar 3.25.0-GA
org.freemarker : freemarker jar 2.3.28

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.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0