jar

com.github.vporoxnenko : entity-manager

Maven & Gradle

Oct 24, 2020
0 stars

Entity manager · Lightweight tool to create CRUD+ services and manage database entities

Table Of Contents

Latest Version

Download com.github.vporoxnenko : entity-manager JAR file - Latest Versions:

All Versions

Download com.github.vporoxnenko : entity-manager 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 entity-manager-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.vporoxnenko.emconnector.model

├─ com.github.vporoxnenko.emconnector.model.AbstractEntity.class - [JAR]

├─ com.github.vporoxnenko.emconnector.model.PersistentObject.class - [JAR]

├─ com.github.vporoxnenko.emconnector.model.VersionedEntity.class - [JAR]

├─ com.github.vporoxnenko.emconnector.model.VersionedEntityWithLongPk.class - [JAR]

com.github.vporoxnenko.emconnector.core.services.support

├─ com.github.vporoxnenko.emconnector.core.services.support.AbstractDataServiceBean.class - [JAR]

├─ com.github.vporoxnenko.emconnector.core.services.support.AbstractHibernateDataServiceBean.class - [JAR]

├─ com.github.vporoxnenko.emconnector.core.services.support.AbstractJPADataServiceBean.class - [JAR]

com.github.vporoxnenko.emconnector.core.exceptions

├─ com.github.vporoxnenko.emconnector.core.exceptions.ApplicationException.class - [JAR]

├─ com.github.vporoxnenko.emconnector.core.exceptions.UserException.class - [JAR]

com.github.vporoxnenko.emconnector.core.services

├─ com.github.vporoxnenko.emconnector.core.services.DataService.class - [JAR]