vonce-sqlbean

This is a tool that uses java object-oriented idea to write and generate SQL statements. On this basis, it also implements lightweight plug-in support similar to JPA for mybatis and spring JDBC. A large number of common SQL execution methods are built in plug-ins to improve development efficiency, reduce a large number of SQL statement writing, and make developers focus on business code writing.

License

License

GroupId

GroupId

cn.vonce
ArtifactId

ArtifactId

vonce-sqlbean
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

vonce-sqlbean
This is a tool that uses java object-oriented idea to write and generate SQL statements. On this basis, it also implements lightweight plug-in support similar to JPA for mybatis and spring JDBC. A large number of common SQL execution methods are built in plug-ins to improve development efficiency, reduce a large number of SQL statement writing, and make developers focus on business code writing.

Download vonce-sqlbean

How to add to project

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

Dependencies

compile (15)

Group / Artifact Type Version
log4j : log4j Optional jar 1.2.17
org.slf4j : slf4j-api Optional jar 1.7.8
javax.servlet : javax.servlet-api Optional jar 4.0.0
org.springframework : spring-beans Optional jar 4.1.2.RELEASE
org.springframework : spring-aop Optional jar 4.1.2.RELEASE
org.springframework : spring-tx Optional jar 4.1.2.RELEASE
org.springframework : spring-context-support Optional jar 4.1.2.RELEASE
org.springframework : spring-jdbc Optional jar 4.1.2.RELEASE
org.mybatis : mybatis Optional jar 3.2.4
org.mybatis : mybatis-spring Optional jar 1.3.2
com.google.guava : guava jar 20.0
cn.vonce : vonce-common jar 1.0.5
com.esotericsoftware : reflectasm jar 1.11.0
dom4j : dom4j jar 1.6.1
com.squareup : javapoet jar 1.12.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.5
1.2.4
1.2.2
1.2.1
1.2.0
1.0.0
0.9.6
0.9.5