jar

com.github.hwywl : SQL-Generation-Framework

Maven & Gradle

Sep 22, 2021
2 stars

SQL-Generation-Framework · 在开发中积攒下来的业务工具类,方便快速编写业务

Table Of Contents

Latest Version

Download com.github.hwywl : SQL-Generation-Framework JAR file - Latest Versions:

All Versions

Download com.github.hwywl : SQL-Generation-Framework JAR file - All Versions:

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

com.github.hwywl.model

├─ com.github.hwywl.model.Aggregation.class - [JAR]

├─ com.github.hwywl.model.Condition.class - [JAR]

├─ com.github.hwywl.model.Join.class - [JAR]

├─ com.github.hwywl.model.Limit.class - [JAR]

├─ com.github.hwywl.model.OrderBy.class - [JAR]

├─ com.github.hwywl.model.QueryModel.class - [JAR]

├─ com.github.hwywl.model.Table.class - [JAR]

com.github.hwywl.sql

├─ com.github.hwywl.sql.AggregationOperators.class - [JAR]

├─ com.github.hwywl.sql.JoinOperators.class - [JAR]

├─ com.github.hwywl.sql.LogicalOperators.class - [JAR]

├─ com.github.hwywl.sql.RelationalOperators.class - [JAR]

├─ com.github.hwywl.sql.SortMethod.class - [JAR]

├─ com.github.hwywl.sql.SqlCondition.class - [JAR]

├─ com.github.hwywl.sql.SqlCreate.class - [JAR]

├─ com.github.hwywl.sql.SqlOperate.class - [JAR]

com.github.hwywl.utils

├─ com.github.hwywl.utils.JsonToSqlUtil.class - [JAR]

com.github.hwywl.config

├─ com.github.hwywl.config.Constant.class - [JAR]

├─ com.github.hwywl.config.CreateEnum.class - [JAR]