jar

org.wisepersist : wise-persist

Maven & Gradle

May 20, 2016
6 stars

WisePersist · WisePersist is a simple JPA wrapper which provides @Transactional and @NonTransactional annotations and pre-configured Guice module.

Table Of Contents

Latest Version

Download org.wisepersist : wise-persist JAR file - Latest Versions:

All Versions

Download org.wisepersist : wise-persist 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 wise-persist-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.wisepersist

├─ org.wisepersist.AbstractDao.class - [JAR]

├─ org.wisepersist.AutoCloseableEntityManager.class - [JAR]

├─ org.wisepersist.AutoCloseableEntityManagerProvider.class - [JAR]

├─ org.wisepersist.BaseEntity.class - [JAR]

├─ org.wisepersist.DaoException.class - [JAR]

├─ org.wisepersist.DaoMethodInterceptor.class - [JAR]

├─ org.wisepersist.DataSourceProvider.class - [JAR]

├─ org.wisepersist.EntityManagerFactoryProvider.class - [JAR]

├─ org.wisepersist.NonTransactional.class - [JAR]

├─ org.wisepersist.Transactional.class - [JAR]

├─ org.wisepersist.WisePersistModule.class - [JAR]