jar

com.github.yuancihang : happyjdbc

Maven & Gradle

Dec 02, 2016
0 stars

happyjdbc · 简化jdbc操作,提供更现代化的api, 支持分库分表

Table Of Contents

Latest Version

Download com.github.yuancihang : happyjdbc JAR file - Latest Versions:

All Versions

Download com.github.yuancihang : happyjdbc JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2

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 happyjdbc-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.happyjdbc.share

├─ io.happyjdbc.share.DbShare.class - [JAR]

io.happyjdbc

├─ io.happyjdbc.DataAccess.class - [JAR]

├─ io.happyjdbc.DataExample.class - [JAR]

├─ io.happyjdbc.DataSourceBuilder.class - [JAR]

├─ io.happyjdbc.Op.class - [JAR]

├─ io.happyjdbc.OpInsertReturnId.class - [JAR]

├─ io.happyjdbc.OpList.class - [JAR]

├─ io.happyjdbc.OpResult.class - [JAR]

├─ io.happyjdbc.OpUniq.class - [JAR]

├─ io.happyjdbc.OpUpdate.class - [JAR]

io.happyjdbc.util

├─ io.happyjdbc.util.BeanUtil.class - [JAR]

├─ io.happyjdbc.util.Script.class - [JAR]