juorm-api

juorm api

License

License

Categories

Categories

Feather Application Layer Libs Dependency Injection ORM Data
GroupId

GroupId

cn.featherfly.juorm
ArtifactId

ArtifactId

juorm-api
Last Version

Last Version

0.2.6
Release Date

Release Date

Type

Type

jar
Description

Description

juorm-api
juorm api
Project URL

Project URL

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

Source Code Management

https://github.com/featherfly/juorm

Download juorm-api

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.29
cn.featherfly.common : common-core jar 1.7.15

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