View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window wing4j-orm-annotation-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.wing4j.orm
├─ org.wing4j.orm.Comment.class - [JAR]
├─ org.wing4j.orm.DatabaseType.class - [JAR]
├─ org.wing4j.orm.DateColumn.class - [JAR]
├─ org.wing4j.orm.DateType.class - [JAR]
├─ org.wing4j.orm.Ignore.class - [JAR]
├─ org.wing4j.orm.NumberColumn.class - [JAR]
├─ org.wing4j.orm.NumberType.class - [JAR]
├─ org.wing4j.orm.PrimaryKey.class - [JAR]
├─ org.wing4j.orm.PrimaryKeyStrategy.class - [JAR]
├─ org.wing4j.orm.StringColumn.class - [JAR]
├─ org.wing4j.orm.StringType.class - [JAR]
├─ org.wing4j.orm.Table.class - [JAR]
├─ org.wing4j.orm.WordMode.class - [JAR]
javax.persistence
├─ javax.persistence.Column.class - [JAR]
├─ javax.persistence.GeneratedValue.class - [JAR]
├─ javax.persistence.GenerationType.class - [JAR]
├─ javax.persistence.Id.class - [JAR]
├─ javax.persistence.Table.class - [JAR]
├─ javax.persistence.Temporal.class - [JAR]
├─ javax.persistence.TemporalType.class - [JAR]
├─ javax.persistence.UniqueConstraint.class - [JAR]
├─ javax.persistence.Version.class - [JAR]
org.wing4j.orm.mysql
├─ org.wing4j.orm.mysql.DataEngine.class - [JAR]
├─ org.wing4j.orm.mysql.DataEngineType.class - [JAR]