jar

com.github.wywuzh : commons-jdbc

Maven & Gradle

Nov 09, 2022
0 stars

Spring JDBC工具类库,旨在对Spring JDBC进行简单封装,降低Spring JDBC使用的复杂度,提高重复性代码的可重用度,尽可能地减少编码工作量。

Table Of Contents

Latest Version

Download com.github.wywuzh : commons-jdbc JAR file - Latest Versions:

All Versions

Download com.github.wywuzh : commons-jdbc JAR file - All Versions:

Version Vulnerabilities Size Updated
2.6.x
2.5.x
2.4.x
2.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window commons-jdbc-2.6.13.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.wuzh.commons.jdbc

├─ com.wuzh.commons.jdbc.DataBase.class - [JAR]

├─ com.wuzh.commons.jdbc.Product.class - [JAR]

├─ com.wuzh.commons.jdbc.Sql.class - [JAR]

├─ com.wuzh.commons.jdbc.Type.class - [JAR]

com.wuzh.commons.jdbc.entity

├─ com.wuzh.commons.jdbc.entity.AbstractCreateEntity.class - [JAR]

├─ com.wuzh.commons.jdbc.entity.AbstractEntity.class - [JAR]

├─ com.wuzh.commons.jdbc.entity.AbstractUpdateEntity.class - [JAR]

com.wuzh.commons.jdbc.repository

├─ com.wuzh.commons.jdbc.repository.BasicRepository.class - [JAR]

├─ com.wuzh.commons.jdbc.repository.PaginationRepository.class - [JAR]

com.wuzh.commons.jdbc.vo

├─ com.wuzh.commons.jdbc.vo.AbstractCreateVo.class - [JAR]

├─ com.wuzh.commons.jdbc.vo.AbstractUpdateVo.class - [JAR]

├─ com.wuzh.commons.jdbc.vo.AbstractVo.class - [JAR]