jar

io.github.wywuzh : commons-jdbc

Maven & Gradle

Jun 24, 2024

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

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
3.0.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-3.0.1-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.wywuzh.commons.jdbc

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

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

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

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

com.github.wywuzh.commons.jdbc.vo

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

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

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

com.github.wywuzh.commons.jdbc.entity

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

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

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

com.github.wywuzh.commons.jdbc.repository

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

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