smartorm

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

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.iih5
ArtifactId

ArtifactId

smartorm
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Source Code Management

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

Download smartorm

How to add to project

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

Dependencies

compile (20)

Group / Artifact Type Version
commons-lang : commons-lang jar 2.3
commons-logging : commons-logging jar 1.2
commons-io : commons-io jar 2.4
commons-codec : commons-codec jar 1.10
com.alibaba : fastjson jar 1.2.7
redis.clients : jedis jar 2.8.0
asm : asm jar 3.3.1
log4j : log4j jar 1.2.17
c3p0 : c3p0 jar 0.9.1.2
mysql : mysql-connector-java jar 5.1.34
org.springframework : spring-core jar 3.2.3.RELEASE
org.springframework : spring-expression jar 3.2.3.RELEASE
org.springframework : spring-beans jar 3.2.3.RELEASE
org.springframework : spring-aop jar 3.2.3.RELEASE
org.springframework : spring-context jar 3.2.3.RELEASE
org.springframework : spring-context-support jar 3.2.3.RELEASE
org.springframework : spring-tx jar 3.2.3.RELEASE
org.springframework : spring-jdbc jar 3.2.3.RELEASE
org.springframework : spring-orm jar 3.2.3.RELEASE
org.springframework : spring-web jar 3.2.3.RELEASE

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
1.1.1
1.1
1.0