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 entity-manager-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.vporoxnenko.emconnector.model
├─ com.github.vporoxnenko.emconnector.model.AbstractEntity.class - [JAR]
├─ com.github.vporoxnenko.emconnector.model.PersistentObject.class - [JAR]
├─ com.github.vporoxnenko.emconnector.model.VersionedEntity.class - [JAR]
├─ com.github.vporoxnenko.emconnector.model.VersionedEntityWithLongPk.class - [JAR]
com.github.vporoxnenko.emconnector.core.services.support
├─ com.github.vporoxnenko.emconnector.core.services.support.AbstractDataServiceBean.class - [JAR]
├─ com.github.vporoxnenko.emconnector.core.services.support.AbstractHibernateDataServiceBean.class - [JAR]
├─ com.github.vporoxnenko.emconnector.core.services.support.AbstractJPADataServiceBean.class - [JAR]
com.github.vporoxnenko.emconnector.core.exceptions
├─ com.github.vporoxnenko.emconnector.core.exceptions.ApplicationException.class - [JAR]
├─ com.github.vporoxnenko.emconnector.core.exceptions.UserException.class - [JAR]
com.github.vporoxnenko.emconnector.core.services
├─ com.github.vporoxnenko.emconnector.core.services.DataService.class - [JAR]