smart-orm

这是一个ORM模型组件,可快速实现SQL操作,目前支持mysql,NoSQL库目前支持Redis

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.iih5
ArtifactId

ArtifactId

smart-orm
Last Version

Last Version

3.1
Release Date

Release Date

Type

Type

jar
Description

Description

smart-orm
这是一个ORM模型组件,可快速实现SQL操作,目前支持mysql,NoSQL库目前支持Redis
Source Code Management

Source Code Management

https://github.com/xueyi123/smartorm.git

Download smart-orm

How to add to project

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

Dependencies

compile (19)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.21
commons-lang : commons-lang jar 2.3
commons-io : commons-io jar 2.4
commons-codec : commons-codec jar 1.10
redis.clients : jedis jar 2.8.0
asm : asm jar 3.3.1
mysql : mysql-connector-java jar 5.1.34
dom4j : dom4j jar 1.6.1
org.springframework : spring-core jar 4.3.3.RELEASE
org.springframework : spring-expression jar 4.3.3.RELEASE
org.springframework : spring-beans jar 4.3.3.RELEASE
org.springframework : spring-aop jar 4.3.3.RELEASE
org.springframework : spring-context jar 4.3.3.RELEASE
org.springframework : spring-context-support jar 4.3.3.RELEASE
org.springframework : spring-tx jar 4.3.3.RELEASE
org.springframework : spring-jdbc jar 4.3.3.RELEASE
org.springframework : spring-orm jar 4.3.3.RELEASE
org.springframework : spring-web jar 4.3.3.RELEASE
com.alibaba : fastjson jar 1.2.7

Project Modules

There are no modules declared in this project.

#smart-orm使用说明 ##这是一个orm模型组件,可快速实现mysql操作 ##安装 依赖于spring环境下,在spring.xml配置,首先你得配置数据库连接环境,然后加入如下内容即可<bean class="com.iih5.com.iih5.smartorm.kit.SpringKit"/> ##生成model对象 ##操作model对象 ##复杂查询操作 ##注意事项

##API查看地址 http://doc.iih5.com/smart-orm/index.html

Versions

Version
3.1
2.2
2.1
2.0
1.8.1
1.8
1.7.3
1.7.2
1.7.1
1.7
1.6
1.5
1.4.1
1.4
1.3
1.2.1
1.2
1.1.1