jar

com.github.linushp : linushp-orm

Maven & Gradle

Apr 10, 2019
2 stars

linushp-orm · java数据库简单ORM框架

Table Of Contents

Latest Version

Download com.github.linushp : linushp-orm JAR file - Latest Versions:

All Versions

Download com.github.linushp : linushp-orm JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.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 linushp-orm-1.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.linushp.orm.model

├─ com.github.linushp.orm.model.DataModifyListener.class - [JAR]

├─ com.github.linushp.orm.model.EntityInfo.class - [JAR]

├─ com.github.linushp.orm.model.Page.class - [JAR]

├─ com.github.linushp.orm.model.ScrollPage.class - [JAR]

├─ com.github.linushp.orm.model.SimpleDaoInfo.class - [JAR]

├─ com.github.linushp.orm.model.SingleConnectionFactory.class - [JAR]

├─ com.github.linushp.orm.model.SqlNdArgs.class - [JAR]

├─ com.github.linushp.orm.model.SqlSession.class - [JAR]

├─ com.github.linushp.orm.model.UpdateResult.class - [JAR]

├─ com.github.linushp.orm.model.WhereSqlAndArgs.class - [JAR]

├─ com.github.linushp.orm.model.WhereSqlBuilder.class - [JAR]

com.github.linushp.orm

├─ com.github.linushp.orm.ConnectionFactory.class - [JAR]

├─ com.github.linushp.orm.DataAccess.class - [JAR]

├─ com.github.linushp.orm.DataAccessAbstract.class - [JAR]

├─ com.github.linushp.orm.DataAccessObject.class - [JAR]

├─ com.github.linushp.orm.DynamicConnectionFactory.class - [JAR]

├─ com.github.linushp.orm.SimpleBaseDAO.class - [JAR]

com.github.linushp.orm.utils

├─ com.github.linushp.orm.utils.DefaultResultSetParser.class - [JAR]

├─ com.github.linushp.orm.utils.IgnoreFieldCaseResultSetParser.class - [JAR]

├─ com.github.linushp.orm.utils.ResultSetParser.class - [JAR]

├─ com.github.linushp.orm.utils.ResultSetUtils.class - [JAR]

├─ com.github.linushp.orm.utils.SQLFormatUtils.class - [JAR]

├─ com.github.linushp.orm.utils.SqlRunner.class - [JAR]

├─ com.github.linushp.orm.utils.TransactionUtil.class - [JAR]