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 justify-jpa-8.5.0-alpha5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.gtcgroup.justify.jpa.testing.extension
├─ com.gtcgroup.justify.jpa.testing.extension.ConfigureTestingJpaExtension.class - [JAR]
├─ com.gtcgroup.justify.jpa.testing.extension.JstConfigureTestingJPA.class - [JAR]
├─ com.gtcgroup.justify.jpa.testing.extension.JstConfigureTestingJpaPO.class - [JAR]
com.gtcgroup.justify.jpa.de
├─ com.gtcgroup.justify.jpa.de.BaseAuditDE.class - [JAR]
├─ com.gtcgroup.justify.jpa.de.BaseUuidDE.class - [JAR]
com.gtcgroup.justify.jpa.testing.populator
├─ com.gtcgroup.justify.jpa.testing.populator.JstBaseTestingPopulator.class - [JAR]
com.gtcgroup.justify.jpa.po
├─ com.gtcgroup.justify.jpa.po.JstFindSinglePO.class - [JAR]
├─ com.gtcgroup.justify.jpa.po.JstQueryAllJPO.class - [JAR]
├─ com.gtcgroup.justify.jpa.po.JstQueryCountPO.class - [JAR]
├─ com.gtcgroup.justify.jpa.po.JstQueryNamedPO.class - [JAR]
├─ com.gtcgroup.justify.jpa.po.JstQueryStringPO.class - [JAR]
├─ com.gtcgroup.justify.jpa.po.JstTransactionPO.class - [JAR]
com.gtcgroup.justify.jpa.helper
├─ com.gtcgroup.justify.jpa.helper.JstEntityManagerCacheHelper.class - [JAR]
├─ com.gtcgroup.justify.jpa.helper.JstFindUtilHelper.class - [JAR]
├─ com.gtcgroup.justify.jpa.helper.JstQueryUtilHelper.class - [JAR]
├─ com.gtcgroup.justify.jpa.helper.JstTransactionUtilHelper.class - [JAR]
com.gtcgroup.justify.jpa.po.internal
├─ com.gtcgroup.justify.jpa.po.internal.BaseFindPO.class - [JAR]
├─ com.gtcgroup.justify.jpa.po.internal.BaseJpaPO.class - [JAR]
├─ com.gtcgroup.justify.jpa.po.internal.BaseQueryPO.class - [JAR]
com.gtcgroup.justify.jpa.rm
├─ com.gtcgroup.justify.jpa.rm.JstQueryCountRM.class - [JAR]
├─ com.gtcgroup.justify.jpa.rm.JstQueryFindRM.class - [JAR]
├─ com.gtcgroup.justify.jpa.rm.JstQueryNamedRM.class - [JAR]
├─ com.gtcgroup.justify.jpa.rm.JstQueryStringRM.class - [JAR]
├─ com.gtcgroup.justify.jpa.rm.JstTransactionRM.class - [JAR]
com.gtcgroup.justify.jpa.testing.assertion
├─ com.gtcgroup.justify.jpa.testing.assertion.AssertionsJPA.class - [JAR]
├─ com.gtcgroup.justify.jpa.testing.assertion.JstAssertCascadePO.class - [JAR]
com.gtcgroup.justify.jpa.exception
├─ com.gtcgroup.justify.jpa.exception.JstOptimisiticLockException.class - [JAR]