jar

io.github.yfblock : yfSql

Maven & Gradle

Apr 29, 2023
8 stars

yfSql · a simple java ORM framework for database, use annotation instead of xml

Table Of Contents

Latest Version

Download io.github.yfblock : yfSql JAR file - Latest Versions:

All Versions

Download io.github.yfblock : yfSql JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x
1.0

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

io.github.yfblock.yfSql.Sql

├─ io.github.yfblock.yfSql.Sql.BasicDataSource.class - [JAR]

├─ io.github.yfblock.yfSql.Sql.DataTableWrapper.class - [JAR]

io.github.yfblock.yfSql.Processor

├─ io.github.yfblock.yfSql.Processor.InterfaceBuilder.class - [JAR]

├─ io.github.yfblock.yfSql.Processor.SelectProcessor.class - [JAR]

io.github.yfblock.yfSql.Utils

├─ io.github.yfblock.yfSql.Utils.DataRunnerUtil.class - [JAR]

├─ io.github.yfblock.yfSql.Utils.ParamUtil.class - [JAR]

├─ io.github.yfblock.yfSql.Utils.ResultMap.class - [JAR]

├─ io.github.yfblock.yfSql.Utils.ResultMapCollection.class - [JAR]

├─ io.github.yfblock.yfSql.Utils.StringUtil.class - [JAR]

io.github.yfblock.yfSql.Annotation

├─ io.github.yfblock.yfSql.Annotation.DataField.class - [JAR]

├─ io.github.yfblock.yfSql.Annotation.DataRunner.class - [JAR]

├─ io.github.yfblock.yfSql.Annotation.Delete.class - [JAR]

├─ io.github.yfblock.yfSql.Annotation.Find.class - [JAR]

├─ io.github.yfblock.yfSql.Annotation.Insert.class - [JAR]

├─ io.github.yfblock.yfSql.Annotation.Select.class - [JAR]

├─ io.github.yfblock.yfSql.Annotation.Update.class - [JAR]

Advertisement