jar

com.github.jnoee : xo-starter-jpa

Maven & Gradle

Jul 31, 2019
2 usages
Table Of Contents

Latest Version

Download com.github.jnoee : xo-starter-jpa JAR file - Latest Versions:

All Versions

Download com.github.jnoee : xo-starter-jpa JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement