jar

com.github.houbb : jdbc-builder

Maven & Gradle

Jan 14, 2021
2 usages
22 stars

用于 sql 构建的模板。

Table Of Contents

Latest Version

Download com.github.houbb : jdbc-builder JAR file - Latest Versions:

All Versions

Download com.github.houbb : jdbc-builder JAR file - All Versions:

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

com.github.houbb.jdbc.builder.constant.enums

├─ com.github.houbb.jdbc.builder.constant.enums.OperateTypeEnum.class - [JAR]

com.github.houbb.jdbc.builder.constant

├─ com.github.houbb.jdbc.builder.constant.SqlTemplate.class - [JAR]

com.github.houbb.jdbc.builder.support.column

├─ com.github.houbb.jdbc.builder.support.column.ColumnHandler.class - [JAR]

com.github.houbb.jdbc.builder.api

├─ com.github.houbb.jdbc.builder.api.IBuilderContext.class - [JAR]

├─ com.github.houbb.jdbc.builder.api.IBuilderResult.class - [JAR]

├─ com.github.houbb.jdbc.builder.api.ITemplateBuilder.class - [JAR]

com.github.houbb.jdbc.builder.core.template

├─ com.github.houbb.jdbc.builder.core.template.AbstractTemplateBuilder.class - [JAR]

├─ com.github.houbb.jdbc.builder.core.template.BuilderContext.class - [JAR]

├─ com.github.houbb.jdbc.builder.core.template.BuilderResult.class - [JAR]

├─ com.github.houbb.jdbc.builder.core.template.ByIdTemplateBuilder.class - [JAR]

├─ com.github.houbb.jdbc.builder.core.template.InsertTemplateBuilder.class - [JAR]

├─ com.github.houbb.jdbc.builder.core.template.TemplateBuilders.class - [JAR]

├─ com.github.houbb.jdbc.builder.core.template.UpdateTemplateBuilder.class - [JAR]

├─ com.github.houbb.jdbc.builder.core.template.WhereByIdTemplateBuilder.class - [JAR]

├─ com.github.houbb.jdbc.builder.core.template.WhereEqualsTemplateBuilder.class - [JAR]

com.github.houbb.jdbc.builder.support.entity

├─ com.github.houbb.jdbc.builder.support.entity.EntityHandler.class - [JAR]