jar

com.github.uinios : jpa-basic-spring-boot-starter

Maven & Gradle

Jul 17, 2020
5 stars

jpa-basic-spring-boot-starter · jpa-basic-spring-boot-starter

Table Of Contents

Latest Version

Download com.github.uinios : jpa-basic-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.uinios : jpa-basic-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.5.x
1.3.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 jpa-basic-spring-boot-starter-2.0.0.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.uinios.jpa.service

├─ com.github.uinios.jpa.service.JpaService.class - [JAR]

├─ com.github.uinios.jpa.service.JpaServiceImpl.class - [JAR]

├─ com.github.uinios.jpa.service.PageResult.class - [JAR]

com.github.uinios.jpa.io

├─ com.github.uinios.jpa.io.Respond.class - [JAR]

com.github.uinios.jpa.exception

├─ com.github.uinios.jpa.exception.JpaServiceException.class - [JAR]

com.github.uinios.jpa.utils

├─ com.github.uinios.jpa.utils.EntityUtils.class - [JAR]

├─ com.github.uinios.jpa.utils.IdFieldUtils.class - [JAR]

├─ com.github.uinios.jpa.utils.IgnoreNullUtils.class - [JAR]