jar

net.quicknatrepository : quicknat-repository

Maven & Gradle

Apr 26, 2024
2 stars

Repository utility class is designed to simplify database CRUD operations for any Java entity annotated with Javax Persistence API

Table Of Contents

Latest Version

Download net.quicknatrepository : quicknat-repository JAR file - Latest Versions:

All Versions

Download net.quicknatrepository : quicknat-repository JAR file - All Versions:

Version Vulnerabilities Size Updated
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 quicknat-repository-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.quicknatrepository

├─ net.quicknatrepository.Repository.class - [JAR]

examples

├─ examples.Examples.class - [JAR]

examples.models

├─ examples.models.Company.class - [JAR]

├─ examples.models.CompanyDetails.class - [JAR]

├─ examples.models.ExpandedCompany.class - [JAR]

examples.repositories

├─ examples.repositories.CompanyDetailsRepository.class - [JAR]

├─ examples.repositories.CompanyRepository.class - [JAR]

Advertisement