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-starter-0.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ns.boot.jpa.starter.configure
├─ ns.boot.jpa.starter.configure.AutoConfigure.class - [JAR]
ns.boot.jpa.starter.constant
├─ ns.boot.jpa.starter.constant.QueryConstant.class - [JAR]
ns.boot.jpa.starter.result
├─ ns.boot.jpa.starter.result.Result.class - [JAR]
ns.boot.jpa.starter.enums
├─ ns.boot.jpa.starter.enums.ExceptionEnum.class - [JAR]
├─ ns.boot.jpa.starter.enums.JoinEnum.class - [JAR]
├─ ns.boot.jpa.starter.enums.MatchType.class - [JAR]
ns.boot.jpa.starter.exception
├─ ns.boot.jpa.starter.exception.JpaException.class - [JAR]
ns.boot.jpa.starter.util
├─ ns.boot.jpa.starter.util.FindUtils.class - [JAR]
├─ ns.boot.jpa.starter.util.QueryUtils.class - [JAR]
ns.boot.jpa.starter.property
├─ ns.boot.jpa.starter.property.JpaStarterProperties.class - [JAR]
ns.boot.jpa.starter.entity
├─ ns.boot.jpa.starter.entity.QueryFilter.class - [JAR]
├─ ns.boot.jpa.starter.entity.QueryJoin.class - [JAR]
├─ ns.boot.jpa.starter.entity.QueryOrder.class - [JAR]
ns.boot.jpa.starter.service
├─ ns.boot.jpa.starter.service.FindService.class - [JAR]
ns.boot.jpa.starter
├─ ns.boot.jpa.starter.BaseJpaQuery.class - [JAR]
├─ ns.boot.jpa.starter.CustomQuery.class - [JAR]
├─ ns.boot.jpa.starter.CustomQueryTemp.class - [JAR]
├─ ns.boot.jpa.starter.JpaCustomQuery.class - [JAR]
├─ ns.boot.jpa.starter.JpaJsonQuery.class - [JAR]
├─ ns.boot.jpa.starter.JpaNativeSqlQuery.class - [JAR]
├─ ns.boot.jpa.starter.JpaQueryFactory.class - [JAR]