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 jpa-spring-boot-starter-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.chenygs.framework.orm.jpa.web
├─ io.github.chenygs.framework.orm.jpa.web.PageRequestVo.class - [JAR]
├─ io.github.chenygs.framework.orm.jpa.web.Servlets.class - [JAR]
io.github.chenygs.framework.orm.jpa.wrapper
├─ io.github.chenygs.framework.orm.jpa.wrapper.NotFoundWrapper.class - [JAR]
io.github.chenygs.framework.orm.jpa.config
├─ io.github.chenygs.framework.orm.jpa.config.JpaConfiguration.class - [JAR]
io.github.chenygs.framework.orm.jpa.idGen
├─ io.github.chenygs.framework.orm.jpa.idGen.SnowflakeIdGenerator.class - [JAR]
io.github.chenygs.framework.orm.jpa.core
├─ io.github.chenygs.framework.orm.jpa.core.EmptyToNullInterceptor.class - [JAR]
├─ io.github.chenygs.framework.orm.jpa.core.JpqlBuilder.class - [JAR]
├─ io.github.chenygs.framework.orm.jpa.core.LimitRequest.class - [JAR]
├─ io.github.chenygs.framework.orm.jpa.core.Limitable.class - [JAR]
├─ io.github.chenygs.framework.orm.jpa.core.MyJpaRepository.class - [JAR]
├─ io.github.chenygs.framework.orm.jpa.core.MyJpaRepositoryFactory.class - [JAR]
├─ io.github.chenygs.framework.orm.jpa.core.MyJpaRepositoryFactoryBean.class - [JAR]
├─ io.github.chenygs.framework.orm.jpa.core.MyJpaSpecificationExecutor.class - [JAR]
├─ io.github.chenygs.framework.orm.jpa.core.MyQueryDslJpaRepository.class - [JAR]
├─ io.github.chenygs.framework.orm.jpa.core.MyQueryDslPredicateExecutor.class - [JAR]
├─ io.github.chenygs.framework.orm.jpa.core.MySimpleJpaRepository.class - [JAR]
├─ io.github.chenygs.framework.orm.jpa.core.QuerydslUtils.class - [JAR]
├─ io.github.chenygs.framework.orm.jpa.core.RowSide.class - [JAR]
├─ io.github.chenygs.framework.orm.jpa.core.SearchFilter.class - [JAR]
io.github.chenygs.framework.orm.jpa.service.impl
├─ io.github.chenygs.framework.orm.jpa.service.impl.BaseServiceImpl.class - [JAR]
io.github.chenygs.framework.orm.jpa.base
├─ io.github.chenygs.framework.orm.jpa.base.BaseEntity.class - [JAR]
io.github.chenygs.framework.orm.jpa.service
├─ io.github.chenygs.framework.orm.jpa.service.BaseService.class - [JAR]