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 jpa-1.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.xnatural.jpa
├─ cn.xnatural.jpa.BaseEntity.class - [JAR]
├─ cn.xnatural.jpa.CriteriaSpec.class - [JAR]
├─ cn.xnatural.jpa.GUIDEntity.class - [JAR]
├─ cn.xnatural.jpa.IEntity.class - [JAR]
├─ cn.xnatural.jpa.ImplicitNaming.class - [JAR]
├─ cn.xnatural.jpa.LongIdEntity.class - [JAR]
├─ cn.xnatural.jpa.Page.class - [JAR]
├─ cn.xnatural.jpa.PhysicalNaming.class - [JAR]
├─ cn.xnatural.jpa.Repo.class - [JAR]
├─ cn.xnatural.jpa.SnowFlakeIdEntity.class - [JAR]
├─ cn.xnatural.jpa.SnowFlakeIdGenerator.class - [JAR]
├─ cn.xnatural.jpa.UUIDEntity.class - [JAR]
├─ cn.xnatural.jpa.UUIDGenerator.class - [JAR]