template-utils-sql

提供SQL生成简单途径

License

License

GroupId

GroupId

me.wuwenbin
ArtifactId

ArtifactId

template-utils-sql
Last Version

Last Version

3.0.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

template-utils-sql
提供SQL生成简单途径
Project URL

Project URL

https://wuwenbin.me
Source Code Management

Source Code Management

https://github.com/miyakowork/template-utils-sql

Download template-utils-sql

How to add to project

<!-- https://jarcasting.com/artifacts/me.wuwenbin/template-utils-sql/ -->
<dependency>
    <groupId>me.wuwenbin</groupId>
    <artifactId>template-utils-sql</artifactId>
    <version>3.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.wuwenbin/template-utils-sql/
implementation 'me.wuwenbin:template-utils-sql:3.0.0.RELEASE'
// https://jarcasting.com/artifacts/me.wuwenbin/template-utils-sql/
implementation ("me.wuwenbin:template-utils-sql:3.0.0.RELEASE")
'me.wuwenbin:template-utils-sql:jar:3.0.0.RELEASE'
<dependency org="me.wuwenbin" name="template-utils-sql" rev="3.0.0.RELEASE">
  <artifact name="template-utils-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.wuwenbin', module='template-utils-sql', version='3.0.0.RELEASE')
)
libraryDependencies += "me.wuwenbin" % "template-utils-sql" % "3.0.0.RELEASE"
[me.wuwenbin/template-utils-sql "3.0.0.RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

template-utils-sql

template-projects中的内置简单sql生成工具

更新日志

2.0.1.RELEASE

  • 优化代码方法

2.0.0.RELEASE

  • 此版本开始不与1.x.x.RELEASE版本兼容
  • 更改package为org.templateproject

1.4.0.RELEASE

  • 所有的异常改为RuntimeException级别
  • 调整某些方法通用名字,以前的则注释为过期方法

1.3.0.RELEASE

  • 一些小改进
  • 1.3发行版本上线

1.2.2

  • 优化判断功能

1.2.1

  • bug fixed 获取主键变量

1.2.0

  • 增加SQLBeanBuilder中可以获取表名、主键变量以及所有字段的方法

1.1.5

  • bug fixed

1.1.2

  • bug fixed

1.1.1

  • bug fixed

1.1.0

  • 增强/修正:可以获取到父类的变量以及所有public、private变量

1.0.0发布日志

  • 初始版本发布

开始使用

maven 坐标 最新版本号请至中央仓库查询

<dependency>
  <groupId>me.wuwenbin</groupId>
  <artifactId>template-utils-sql</artifactId>
  <version>${template-version}</version>
</dependency>

要求

  • jdk 1.7 以上
  • 配合 template-modules-dao 使用更佳

文档

主要包括2个类方法 SQLBeanBuilder 和 SQLStrBuilder

Versions

Version
3.0.0.RELEASE
2.0.1.RELEASE
1.4.0.RELEASE
1.3.0.RELEASE
1.2.2
1.2.1
1.2.0
1.1.5
1.1.2
1.1.1
1.1.0
1.0.0