WisePersist JPA

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

License

License

GroupId

GroupId

org.wisepersist
ArtifactId

ArtifactId

wisepersist-jpa
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download wisepersist-jpa

How to add to project

<!-- https://jarcasting.com/artifacts/org.wisepersist/wisepersist-jpa/ -->
<dependency>
    <groupId>org.wisepersist</groupId>
    <artifactId>wisepersist-jpa</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wisepersist/wisepersist-jpa/
implementation 'org.wisepersist:wisepersist-jpa:1.1.2'
// https://jarcasting.com/artifacts/org.wisepersist/wisepersist-jpa/
implementation ("org.wisepersist:wisepersist-jpa:1.1.2")
'org.wisepersist:wisepersist-jpa:jar:1.1.2'
<dependency org="org.wisepersist" name="wisepersist-jpa" rev="1.1.2">
  <artifact name="wisepersist-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wisepersist', module='wisepersist-jpa', version='1.1.2')
)
libraryDependencies += "org.wisepersist" % "wisepersist-jpa" % "1.1.2"
[org.wisepersist/wisepersist-jpa "1.1.2"]

Dependencies

compile (9)

Group / Artifact Type Version
com.zaxxer : HikariCP-java6 jar 2.3.9
xml-apis : xml-apis jar 1.4.01
com.google.inject : guice jar 4.0
com.google.guava : guava jar 19.0
org.apache.commons : commons-lang3 jar 3.3
org.eclipse.persistence : javax.persistence jar 2.1.1
com.google.code.findbugs : annotations jar 3.0.0
org.slf4j : slf4j-api jar 1.7.6
com.google.code.findbugs : jsr305 jar 3.0.0

test (7)

Group / Artifact Type Version
org.eclipse.persistence : org.eclipse.persistence.jpa jar 2.6.3
org.mockito : mockito-core jar 2.0.80-beta
ch.qos.logback : logback-core jar 1.1.1
com.h2database : h2 jar 1.4.178
org.testng : testng jar 6.8.8
org.codehaus.janino : janino jar 2.6.1
ch.qos.logback : logback-classic jar 1.1.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.2
1.1.0
1.0.4