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 coffee-jpa-2.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
hu.icellmobilsoft.coffee.jpa.service
├─ hu.icellmobilsoft.coffee.jpa.service.BaseService.class - [JAR]
hu.icellmobilsoft.coffee.jpa.annotation
├─ hu.icellmobilsoft.coffee.jpa.annotation.Transactional.class - [JAR]
hu.icellmobilsoft.coffee.jpa.sql.batch.types
├─ hu.icellmobilsoft.coffee.jpa.sql.batch.types.StringBasicType.class - [JAR]
hu.icellmobilsoft.coffee.jpa.sql.batch
├─ hu.icellmobilsoft.coffee.jpa.sql.batch.BatchService.class - [JAR]
hu.icellmobilsoft.coffee.jpa.sql.entity
├─ hu.icellmobilsoft.coffee.jpa.sql.entity.EntityHelper.class - [JAR]
hu.icellmobilsoft.coffee.jpa.sql.paging
├─ hu.icellmobilsoft.coffee.jpa.sql.paging.PagingResult.class - [JAR]
├─ hu.icellmobilsoft.coffee.jpa.sql.paging.PagingUtil.class - [JAR]
├─ hu.icellmobilsoft.coffee.jpa.sql.paging.QueryMetaData.class - [JAR]
hu.icellmobilsoft.coffee.jpa.helper
├─ hu.icellmobilsoft.coffee.jpa.helper.TransactionHelper.class - [JAR]
hu.icellmobilsoft.coffee.jpa.sql.batch.enums
├─ hu.icellmobilsoft.coffee.jpa.sql.batch.enums.BatchMode.class - [JAR]
├─ hu.icellmobilsoft.coffee.jpa.sql.batch.enums.Status.class - [JAR]
hu.icellmobilsoft.coffee.jpa.util
├─ hu.icellmobilsoft.coffee.jpa.util.JpaUtil.class - [JAR]
├─ hu.icellmobilsoft.coffee.jpa.util.ReflectionUtils.class - [JAR]