jar

com.github.database-rider : jpa-productivity-boosters

Maven & Gradle

May 07, 2023
578 stars
Table Of Contents

Latest Version

Download com.github.database-rider : jpa-productivity-boosters JAR file - Latest Versions:

All Versions

Download com.github.database-rider : jpa-productivity-boosters JAR file - All Versions:

Version Vulnerabilities Size Updated
1.37.x
1.36.x
1.35.x
1.34.x
1.33.x
1.32.x
1.31.x
1.30.x
1.29.x
1.28.x
1.27.x
1.26.x
1.25.x
1.24.x
1.23.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-productivity-boosters-1.37.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.example

├─ org.example.CdiConfig.class - [JAR]

org.example.service.springdata

├─ org.example.service.springdata.CompanyRepository.class - [JAR]

├─ org.example.service.springdata.ContactRepository.class - [JAR]

├─ org.example.service.springdata.SpringDataContactService.class - [JAR]

org.example.jpadomain

├─ org.example.jpadomain.AbstractEntity.class - [JAR]

├─ org.example.jpadomain.AbstractEntity_.class - [JAR]

├─ org.example.jpadomain.Company.class - [JAR]

├─ org.example.jpadomain.Company_.class - [JAR]

├─ org.example.jpadomain.Contact.class - [JAR]

├─ org.example.jpadomain.Contact_.class - [JAR]

├─ org.example.jpadomain.QAbstractEntity.class - [JAR]

├─ org.example.jpadomain.QCompany.class - [JAR]

├─ org.example.jpadomain.QContact.class - [JAR]

org.example.service.deltaspike

├─ org.example.service.deltaspike.CompanyRepository.class - [JAR]

├─ org.example.service.deltaspike.ContactRepository.class - [JAR]

├─ org.example.service.deltaspike.DeltaSpikeContactService.class - [JAR]

org.example.service.querydsl

├─ org.example.service.querydsl.QueryDslContactService.class - [JAR]

Advertisement