jar

org.wisepersist : wisepersist-jpa

Maven & Gradle

Oct 22, 2016

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

Table Of Contents

Latest Version

Download org.wisepersist : wisepersist-jpa JAR file - Latest Versions:

All Versions

Download org.wisepersist : wisepersist-jpa JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
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 wisepersist-jpa-1.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.wisepersist.jpa

├─ org.wisepersist.jpa.AbstractJpaBaseEntity.class - [JAR]

├─ org.wisepersist.jpa.AbstractJpaMethodInterceptor.class - [JAR]

├─ org.wisepersist.jpa.AbstractTransactionManager.class - [JAR]

├─ org.wisepersist.jpa.CustomDataSource.class - [JAR]

├─ org.wisepersist.jpa.EntityManagerFactoryConfig.class - [JAR]

├─ org.wisepersist.jpa.EntityManagerFactoryConfigImpl.class - [JAR]

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

├─ org.wisepersist.jpa.HikariDataSourceBuilder.class - [JAR]

├─ org.wisepersist.jpa.JdbcProperties.class - [JAR]

├─ org.wisepersist.jpa.JpaInterceptorException.class - [JAR]

├─ org.wisepersist.jpa.JpaInterceptorExceptionBuilder.class - [JAR]

├─ org.wisepersist.jpa.JpaInterceptorExceptionBuilderImpl.class - [JAR]

├─ org.wisepersist.jpa.NonTransactionalMethodInterceptor.class - [JAR]

├─ org.wisepersist.jpa.TransactionalMethodInterceptor.class - [JAR]

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

org.wisepersist.jpa.annotation

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

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