jar

com.fanxuankai.boot : common-data-jpa

Maven & Gradle

Apr 12, 2020

common-data-jpa · Common JPA

Table Of Contents

Latest Version

Download com.fanxuankai.boot : common-data-jpa JAR file - Latest Versions:

All Versions

Download com.fanxuankai.boot : common-data-jpa JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 common-data-jpa-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.hibernate.cfg

├─ org.hibernate.cfg.PropertyContainer.class - [JAR]

com.fanxuankai.boot.common.data.jpa.configuration

├─ com.fanxuankai.boot.common.data.jpa.configuration.JpaAutoConfiguration.class - [JAR]

com.fanxuankai.boot.common.data.jpa.id

├─ com.fanxuankai.boot.common.data.jpa.id.DdIdGenerator.class - [JAR]

com.fanxuankai.boot.common.data.jpa.repository

├─ com.fanxuankai.boot.common.data.jpa.repository.BaseRepository.class - [JAR]

├─ com.fanxuankai.boot.common.data.jpa.repository.BaseRepositoryFactoryBean.class - [JAR]

├─ com.fanxuankai.boot.common.data.jpa.repository.BaseRepositoryImpl.class - [JAR]

com.fanxuankai.boot.common.data.jpa.utils

├─ com.fanxuankai.boot.common.data.jpa.utils.HostNameUtil.class - [JAR]

├─ com.fanxuankai.boot.common.data.jpa.utils.IdGeneratorUtil.class - [JAR]

com.fanxuankai.boot.common.data.jpa.entity

├─ com.fanxuankai.boot.common.data.jpa.entity.BaseEntity.class - [JAR]

Advertisement