jar

io.github.azadkins : db_annotation

Maven & Gradle

May 17, 2021
1 usages
0 stars

kdb · orm db helper

Table Of Contents

Latest Version

Download io.github.azadkins : db_annotation JAR file - Latest Versions:

All Versions

Download io.github.azadkins : db_annotation 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 db_annotation-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.kyle.component.db.annotation

├─ com.kyle.component.db.annotation.AutoIncrement.class - [JAR]

├─ com.kyle.component.db.annotation.Column.class - [JAR]

├─ com.kyle.component.db.annotation.Id.class - [JAR]

├─ com.kyle.component.db.annotation.ORMAnnotation.class - [JAR]

├─ com.kyle.component.db.annotation.Table.class - [JAR]

├─ com.kyle.component.db.annotation.Unique.class - [JAR]

com.kyle.component.db.condition

├─ com.kyle.component.db.condition.ColumnCondition.class - [JAR]

├─ com.kyle.component.db.condition.ORMMapper.class - [JAR]

├─ com.kyle.component.db.condition.ValueSet.class - [JAR]