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 xo-starter-jpa-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.jnoee.xo.jpa.cache
├─ com.github.jnoee.xo.jpa.cache.EntityCacheManager.class - [JAR]
com.github.jnoee.xo.jpa.converter
├─ com.github.jnoee.xo.jpa.converter.ArrayConverter.class - [JAR]
├─ com.github.jnoee.xo.jpa.converter.ListConverter.class - [JAR]
├─ com.github.jnoee.xo.jpa.converter.LocalTimeConverter.class - [JAR]
├─ com.github.jnoee.xo.jpa.converter.MapConverter.class - [JAR]
com.github.jnoee.xo.jpa.dao
├─ com.github.jnoee.xo.jpa.dao.Dao.class - [JAR]
├─ com.github.jnoee.xo.jpa.dao.DaoRegistrar.class - [JAR]
├─ com.github.jnoee.xo.jpa.dao.DaoScan.class - [JAR]
├─ com.github.jnoee.xo.jpa.dao.DaoUtils.class - [JAR]
com.github.jnoee.xo.jpa.query
├─ com.github.jnoee.xo.jpa.query.Criteria.class - [JAR]
com.github.jnoee.xo.jpa.usertype
├─ com.github.jnoee.xo.jpa.usertype.AbstractListUserType.class - [JAR]
├─ com.github.jnoee.xo.jpa.usertype.AbstractUserType.class - [JAR]
├─ com.github.jnoee.xo.jpa.usertype.IdEntityListUserType.class - [JAR]
├─ com.github.jnoee.xo.jpa.usertype.JsonListUserType.class - [JAR]
├─ com.github.jnoee.xo.jpa.usertype.JsonUserType.class - [JAR]
├─ com.github.jnoee.xo.jpa.usertype.UuidEntityListUserType.class - [JAR]
├─ com.github.jnoee.xo.jpa.usertype.package-info.class - [JAR]
com.github.jnoee.xo.jpa.config
├─ com.github.jnoee.xo.jpa.config.CacheSettings.class - [JAR]
├─ com.github.jnoee.xo.jpa.config.DruidEnvironmentPostProcessor.class - [JAR]
├─ com.github.jnoee.xo.jpa.config.JpaAutoConfiguration.class - [JAR]
├─ com.github.jnoee.xo.jpa.config.JpaEnvironmentPostProcessor.class - [JAR]
com.github.jnoee.xo.jpa.entity
├─ com.github.jnoee.xo.jpa.entity.IdEntity.class - [JAR]
├─ com.github.jnoee.xo.jpa.entity.IdEntityToString.class - [JAR]
├─ com.github.jnoee.xo.jpa.entity.IdGenerator.class - [JAR]
├─ com.github.jnoee.xo.jpa.entity.StringToIdEntity.class - [JAR]
├─ com.github.jnoee.xo.jpa.entity.StringToUuidEntity.class - [JAR]
├─ com.github.jnoee.xo.jpa.entity.UuidEntity.class - [JAR]
├─ com.github.jnoee.xo.jpa.entity.UuidEntityToString.class - [JAR]