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-api-1.0.2.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.Constants.class - [JAR]
├─ org.wing4j.orm.CrudMapper.class - [JAR]
├─ org.wing4j.orm.Entity.class - [JAR]
├─ org.wing4j.orm.Pagination.class - [JAR]
org.wing4j.orm.delete
├─ org.wing4j.orm.delete.DeleteAndMapper.class - [JAR]
├─ org.wing4j.orm.delete.DeleteByPrimaryKeyMapper.class - [JAR]
├─ org.wing4j.orm.delete.DeleteMapper.class - [JAR]
├─ org.wing4j.orm.delete.DeleteOrMapper.class - [JAR]
├─ org.wing4j.orm.delete.TruncateMapper.class - [JAR]
org.wing4j.orm.count
├─ org.wing4j.orm.count.CountAllMapper.class - [JAR]
├─ org.wing4j.orm.count.CountAndMapper.class - [JAR]
├─ org.wing4j.orm.count.CountMapper.class - [JAR]
├─ org.wing4j.orm.count.CountOrMapper.class - [JAR]
org.wing4j.orm.insert
├─ org.wing4j.orm.insert.InsertAllMapper.class - [JAR]
├─ org.wing4j.orm.insert.InsertMapper.class - [JAR]
├─ org.wing4j.orm.insert.InsertSelectiveMapper.class - [JAR]
org.wing4j.orm.select
├─ org.wing4j.orm.select.SelectAllMapper.class - [JAR]
├─ org.wing4j.orm.select.SelectAndMapper.class - [JAR]
├─ org.wing4j.orm.select.SelectByPrimaryKeyMapper.class - [JAR]
├─ org.wing4j.orm.select.SelectMapper.class - [JAR]
├─ org.wing4j.orm.select.SelectOrMapper.class - [JAR]
├─ org.wing4j.orm.select.SelectPageAndMapper.class - [JAR]
├─ org.wing4j.orm.select.SelectPageOrMapper.class - [JAR]
org.wing4j.orm.update
├─ org.wing4j.orm.update.UpdateByPrimaryKeyMapper.class - [JAR]
├─ org.wing4j.orm.update.UpdateByPrimaryKeySelectiveMapper.class - [JAR]
├─ org.wing4j.orm.update.UpdateMapper.class - [JAR]
org.wing4j.orm.lock
├─ org.wing4j.orm.lock.LockByForUpdateAndMapper.class - [JAR]
├─ org.wing4j.orm.lock.LockByForUpdateByPrimaryKeyMapper.class - [JAR]
├─ org.wing4j.orm.lock.LockByForUpdateOrMapper.class - [JAR]
├─ org.wing4j.orm.lock.LockByUpdateSetPrimaryKeyMapper.class - [JAR]
├─ org.wing4j.orm.lock.LockMapper.class - [JAR]