jar

io.github.tivrfoa : mapresultset-integrationtest

Maven & Gradle

Jul 17, 2022
1 stars

An annotation processor for mapping a ResultSet to Java Objects

Table Of Contents

Latest Version

Download io.github.tivrfoa : mapresultset-integrationtest JAR file - Latest Versions:

All Versions

Download io.github.tivrfoa : mapresultset-integrationtest JAR file - All Versions:

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

org.acme.domain

├─ org.acme.domain.Address.class - [JAR]

├─ org.acme.domain.Book.class - [JAR]

├─ org.acme.domain.Bookstore.class - [JAR]

├─ org.acme.domain.Company.class - [JAR]

├─ org.acme.domain.Country.class - [JAR]

├─ org.acme.domain.Notebook.class - [JAR]

├─ org.acme.domain.OtherNotebook.class - [JAR]

├─ org.acme.domain.Person.class - [JAR]

├─ org.acme.domain.Phone.class - [JAR]

├─ org.acme.domain.State.class - [JAR]

org.acme.dao

├─ org.acme.dao.BookDao.class - [JAR]

├─ org.acme.dao.ListBooksAndBookstoresRecords.class - [JAR]

├─ org.acme.dao.ListNotebooksGeneratedColumns.class - [JAR]

├─ org.acme.dao.ListNotebooksRecords.class - [JAR]

├─ org.acme.dao.ListPersonAddressesRecords.class - [JAR]

├─ org.acme.dao.ListPersonAddresses_with_no_address_idRecords.class - [JAR]

├─ org.acme.dao.ListPersonCountryGeneratedColumns.class - [JAR]

├─ org.acme.dao.ListPersonCountryPhoneCodeSubQueryGeneratedColumns.class - [JAR]

├─ org.acme.dao.ListPersonCountryPhoneCodeSubQueryRecords.class - [JAR]

├─ org.acme.dao.ListPersonCountryRecords.class - [JAR]

├─ org.acme.dao.ListPersonNameCountryNameRecords.class - [JAR]

├─ org.acme.dao.ListPersonPhonesAndCountryRecords.class - [JAR]

├─ org.acme.dao.ListPersonPhonesRecords.class - [JAR]

├─ org.acme.dao.MapResultSet.class - [JAR]

├─ org.acme.dao.MySQLCon.class - [JAR]

├─ org.acme.dao.NotebookDao.class - [JAR]

├─ org.acme.dao.PersonDao.class - [JAR]

├─ org.acme.dao.SumValuesGroupedByCompanyGeneratedColumns.class - [JAR]

├─ org.acme.dao.SumValuesGroupedByCompanyRecords.class - [JAR]