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 jlot-hibernate-1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jlot.hibernate.orm
├─ org.jlot.hibernate.orm.JlotImplicitNamingStrategy.class - [JAR]
├─ org.jlot.hibernate.orm.PersistableEntity.class - [JAR]
org.jlot.hibernate.repository
├─ org.jlot.hibernate.repository.CollectionRepositoryHibernate.class - [JAR]
├─ org.jlot.hibernate.repository.EntityRepositoryHibernate.class - [JAR]
├─ org.jlot.hibernate.repository.RepositoryHibernate.class - [JAR]
├─ org.jlot.hibernate.repository.RootEntityRepositoryHibernate.class - [JAR]
org.jlot.hibernate.repository.api
├─ org.jlot.hibernate.repository.api.CollectionRepository.class - [JAR]
├─ org.jlot.hibernate.repository.api.EntityRepository.class - [JAR]
├─ org.jlot.hibernate.repository.api.RootEntityRepository.class - [JAR]