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 ezydata-jpa-1.2.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tvd12.ezydata.jpa.repository
├─ com.tvd12.ezydata.jpa.repository.EzyJpaRepository.class - [JAR]
com.tvd12.ezydata.jpa.loader
├─ com.tvd12.ezydata.jpa.loader.EzyJpaDataSourceLoader.class - [JAR]
├─ com.tvd12.ezydata.jpa.loader.EzyJpaEntityManagerFactoryLoader.class - [JAR]
com.tvd12.ezydata.jpa
├─ com.tvd12.ezydata.jpa.EzyJpaDatabaseContext.class - [JAR]
├─ com.tvd12.ezydata.jpa.EzyJpaDatabaseContextBuilder.class - [JAR]
├─ com.tvd12.ezydata.jpa.EzySimpleJpaDatabaseContext.class - [JAR]
com.tvd12.ezydata.jpa.query
├─ com.tvd12.ezydata.jpa.query.EzyJpaQueryMethodConverter.class - [JAR]
com.tvd12.ezydata.jpa.reflect
├─ com.tvd12.ezydata.jpa.reflect.EzyJpaIdProxy.class - [JAR]
com.tvd12.ezydata.jpa.bean
├─ com.tvd12.ezydata.jpa.bean.EzyJpaRepositoriesImplementer.class - [JAR]
├─ com.tvd12.ezydata.jpa.bean.EzyJpaRepositoryImplementer.class - [JAR]