jar

com.itcoon : common-jpa

Maven & Gradle

Jul 08, 2021
Table Of Contents

Latest Version

Download com.itcoon : common-jpa JAR file - Latest Versions:

All Versions

Download com.itcoon : common-jpa JAR file - All Versions:

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

com.itcoon.common.jpa.base

├─ com.itcoon.common.jpa.base.AuditIdPO.class - [JAR]

├─ com.itcoon.common.jpa.base.BaseUserPO.class - [JAR]

├─ com.itcoon.common.jpa.base.IdPO.class - [JAR]

├─ com.itcoon.common.jpa.base.QAuditIdPO.class - [JAR]

├─ com.itcoon.common.jpa.base.QBaseUserPO.class - [JAR]

├─ com.itcoon.common.jpa.base.QIdPO.class - [JAR]

├─ com.itcoon.common.jpa.base.QTrackableIdPO.class - [JAR]

├─ com.itcoon.common.jpa.base.QTrackablePO.class - [JAR]

├─ com.itcoon.common.jpa.base.TrackableIdPO.class - [JAR]

├─ com.itcoon.common.jpa.base.TrackablePO.class - [JAR]

com.itcoon.common.jpa.converter

├─ com.itcoon.common.jpa.converter.AbstractCollectionToStringConverter.class - [JAR]

├─ com.itcoon.common.jpa.converter.AbstractIntegerCollectionToStringConverter.class - [JAR]

├─ com.itcoon.common.jpa.converter.AbstractJpaEnumConverter.class - [JAR]

├─ com.itcoon.common.jpa.converter.AbstractLongCollectionToStringConverter.class - [JAR]

├─ com.itcoon.common.jpa.converter.AbstractStringCollectionToStringConverter.class - [JAR]

├─ com.itcoon.common.jpa.converter.CollectionSupplier.class - [JAR]

├─ com.itcoon.common.jpa.converter.IntegerListToStringConverter.class - [JAR]

├─ com.itcoon.common.jpa.converter.IntegerSetToStringConverter.class - [JAR]

├─ com.itcoon.common.jpa.converter.LongListToStringConverter.class - [JAR]

├─ com.itcoon.common.jpa.converter.LongSetToStringConverter.class - [JAR]

├─ com.itcoon.common.jpa.converter.StringListToStringConverter.class - [JAR]

├─ com.itcoon.common.jpa.converter.StringSetToStringConverter.class - [JAR]

com.itcoon.common.jpa.domain.type

├─ com.itcoon.common.jpa.domain.type.Gender.class - [JAR]

com.itcoon.common.jpa.page

├─ com.itcoon.common.jpa.page.JpaPageRequest.class - [JAR]

├─ com.itcoon.common.jpa.page.JpaPageResult.class - [JAR]

├─ com.itcoon.common.jpa.page.QPageRequest.class - [JAR]

├─ com.itcoon.common.jpa.page.QPageResult.class - [JAR]

├─ com.itcoon.common.jpa.page.QPageable.class - [JAR]

com.itcoon.common.jpa.config

├─ com.itcoon.common.jpa.config.JpaDslConfig.class - [JAR]

com.itcoon.common.jpa.repo

├─ com.itcoon.common.jpa.repo.BaseRepository.class - [JAR]

Advertisement