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 openfact-model-jpa-1.1.3.Final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.openfact.models.jpa.entities
├─ org.openfact.models.jpa.entities.AttachedDocumentEntity.class - [JAR]
├─ org.openfact.models.jpa.entities.ComponentConfigEntity.class - [JAR]
├─ org.openfact.models.jpa.entities.ComponentEntity.class - [JAR]
├─ org.openfact.models.jpa.entities.DocumentAttributeEntity.class - [JAR]
├─ org.openfact.models.jpa.entities.DocumentEntity.class - [JAR]
├─ org.openfact.models.jpa.entities.DocumentLineAttributeEntity.class - [JAR]
├─ org.openfact.models.jpa.entities.DocumentLineEntity.class - [JAR]
├─ org.openfact.models.jpa.entities.DocumentRequiredActionEntity.class - [JAR]
├─ org.openfact.models.jpa.entities.FileEntity.class - [JAR]
├─ org.openfact.models.jpa.entities.JobReportEntity.class - [JAR]
├─ org.openfact.models.jpa.entities.MigrationModelEntity.class - [JAR]
├─ org.openfact.models.jpa.entities.OrganizationAttributeEntity.class - [JAR]
├─ org.openfact.models.jpa.entities.OrganizationAttributes.class - [JAR]
├─ org.openfact.models.jpa.entities.OrganizationEntity.class - [JAR]
├─ org.openfact.models.jpa.entities.SendEventAttachedFileEntity.class - [JAR]
├─ org.openfact.models.jpa.entities.SendEventAttributeEntity.class - [JAR]
├─ org.openfact.models.jpa.entities.SendEventEntity.class - [JAR]
├─ org.openfact.models.jpa.entities.SerieNumeroEntity.class - [JAR]
org.openfact.events.jpa
├─ org.openfact.events.jpa.AdminEventEntity.class - [JAR]
├─ org.openfact.events.jpa.EventEntity.class - [JAR]
├─ org.openfact.events.jpa.JpaAdminEventQuery.class - [JAR]
├─ org.openfact.events.jpa.JpaEventStoreProvider.class - [JAR]
org.openfact.models.jpa
├─ org.openfact.models.jpa.DocumentAdapter.class - [JAR]
├─ org.openfact.models.jpa.DocumentCriteria.class - [JAR]
├─ org.openfact.models.jpa.DocumentLineAdapter.class - [JAR]
├─ org.openfact.models.jpa.FileAdapter.class - [JAR]
├─ org.openfact.models.jpa.JobReportAdapter.class - [JAR]
├─ org.openfact.models.jpa.JpaComponentProvider.class - [JAR]
├─ org.openfact.models.jpa.JpaDocumentProvider.class - [JAR]
├─ org.openfact.models.jpa.JpaDocumentQuery.class - [JAR]
├─ org.openfact.models.jpa.JpaFileProvider.class - [JAR]
├─ org.openfact.models.jpa.JpaJobReportProvider.class - [JAR]
├─ org.openfact.models.jpa.JpaJobReportQuery.class - [JAR]
├─ org.openfact.models.jpa.JpaModel.class - [JAR]
├─ org.openfact.models.jpa.JpaOrganizationProvider.class - [JAR]
├─ org.openfact.models.jpa.OrganizationAdapter.class - [JAR]
├─ org.openfact.models.jpa.ScrollAdapter.class - [JAR]
├─ org.openfact.models.jpa.ScrollPagingAdapter.class - [JAR]
├─ org.openfact.models.jpa.SendEventAdapter.class - [JAR]