jar

io.github.chenfd99 : jpa-query-object-test

Maven & Gradle

Dec 06, 2023
2 stars

jpa query object test

Table Of Contents

Latest Version

Download io.github.chenfd99 : jpa-query-object-test JAR file - Latest Versions:

All Versions

Download io.github.chenfd99 : jpa-query-object-test JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.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-query-object-test-0.9.11.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.chenfd99.jpaqueryobjecttest.dao

├─ io.github.chenfd99.jpaqueryobjecttest.dao.OrderDao.class - [JAR]

├─ io.github.chenfd99.jpaqueryobjecttest.dao.UserDao.class - [JAR]

io.github.chenfd99.jpaqueryobjecttest.qo

├─ io.github.chenfd99.jpaqueryobjecttest.qo.UserQO.class - [JAR]

io.github.chenfd99.jpaqueryobjecttest.entity

├─ io.github.chenfd99.jpaqueryobjecttest.entity.Order.class - [JAR]

├─ io.github.chenfd99.jpaqueryobjecttest.entity.User.class - [JAR]

io.github.chenfd99.jpaqueryobjecttest

├─ io.github.chenfd99.jpaqueryobjecttest.TestApplication.class - [JAR]