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 wildfly-jpa-spi-8.0.0.Alpha1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jboss.as.jpa.spi
├─ org.jboss.as.jpa.spi.JtaManager.class - [JAR]
├─ org.jboss.as.jpa.spi.ManagementAdaptor.class - [JAR]
├─ org.jboss.as.jpa.spi.PersistenceProviderAdaptor.class - [JAR]
├─ org.jboss.as.jpa.spi.PersistenceUnitMetadata.class - [JAR]
├─ org.jboss.as.jpa.spi.PersistenceUnitService.class - [JAR]
├─ org.jboss.as.jpa.spi.PersistenceUnitServiceRegistry.class - [JAR]
├─ org.jboss.as.jpa.spi.TempClassLoaderFactory.class - [JAR]
org.jboss.as.jpa
├─ org.jboss.as.jpa.JpaLogger.class - [JAR]
├─ org.jboss.as.jpa.JpaMessages.class - [JAR]