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 data-module-crud-3.3.0.0-M1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.herodotus.stirrup.data.crud.entity
├─ cn.herodotus.stirrup.data.crud.entity.AbstractJpaEntity.class - [JAR]
├─ cn.herodotus.stirrup.data.crud.entity.AbstractMongoEntity.class - [JAR]
├─ cn.herodotus.stirrup.data.crud.entity.BaseDefaultIdEntity.class - [JAR]
├─ cn.herodotus.stirrup.data.crud.entity.BaseEntity.class - [JAR]
├─ cn.herodotus.stirrup.data.crud.entity.BaseSysEntity.class - [JAR]
├─ cn.herodotus.stirrup.data.crud.entity.BaseTenantEntity.class - [JAR]
cn.herodotus.stirrup.data.crud.service
├─ cn.herodotus.stirrup.data.crud.service.AbstractJpaService.class - [JAR]
├─ cn.herodotus.stirrup.data.crud.service.JpaReadableService.class - [JAR]
├─ cn.herodotus.stirrup.data.crud.service.JpaWriteableService.class - [JAR]
├─ cn.herodotus.stirrup.data.crud.service.MongoService.class - [JAR]
org.hibernate.cache.spi
├─ org.hibernate.cache.spi.QueryKey.class - [JAR]
cn.herodotus.stirrup.data.crud.generator
├─ cn.herodotus.stirrup.data.crud.generator.AbstractUuidGenerator.class - [JAR]
cn.herodotus.stirrup.data.crud.repository
├─ cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository.class - [JAR]
├─ cn.herodotus.stirrup.data.crud.repository.BaseMongoRepository.class - [JAR]