vonce-sqlbean-spring

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-spring
Last Version

Last Version

1.5.11
Release Date

Release Date

Type

Type

jar
Description

Description

vonce-sqlbean-spring
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-spring

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
cn.vonce : vonce-sqlbean-core jar 1.1.3
com.esotericsoftware : reflectasm jar 1.11.8

provided (11)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
org.slf4j : slf4j-api jar 1.7.8
javax.servlet : javax.servlet-api jar 4.0.0
org.springframework : spring-beans jar 4.1.2.RELEASE
org.springframework : spring-aop jar 4.1.2.RELEASE
aspectj : aspectjweaver jar 1.5.3
org.springframework : spring-tx jar 4.1.2.RELEASE
org.springframework : spring-context-support jar 4.1.2.RELEASE
org.springframework : spring-jdbc jar 4.1.2.RELEASE
org.mybatis : mybatis jar 3.2.4
org.mybatis : mybatis-spring jar 1.3.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.5.11
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.2-beta1
1.5.1-RELEASE
1.5.1
1.5.0
1.5.0-beta9
1.5.0-beta7
1.5.0-beta6
1.5.0-beta5
1.5.0-beta4
1.5.0-beta3
1.5.0-beta2
1.5.0-beta
1.4.2
1.4.1
1.4.0