JPAUtils
Utilities for Java Persistence API (JPA)
Features
Provides a wrapper for EntityManagerFactory
with convenience methods to create EntityManager
and automatically close them afterwards.
License |
License |
---|---|
GroupId | GroupIdcom.github.daniel-shuy |
ArtifactId | ArtifactIdjpa-utils |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJPAUtils
Utilities for Java Persistence API (JPA)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jpa-utils-1.0.0.pom | |
jpa-utils-1.0.0.jar | 3 KB |
jpa-utils-1.0.0-sources.jar | 3 KB |
jpa-utils-1.0.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.daniel-shuy/jpa-utils/ -->
<dependency>
<groupId>com.github.daniel-shuy</groupId>
<artifactId>jpa-utils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.daniel-shuy/jpa-utils/
implementation 'com.github.daniel-shuy:jpa-utils:1.0.0'
// https://jarcasting.com/artifacts/com.github.daniel-shuy/jpa-utils/
implementation ("com.github.daniel-shuy:jpa-utils:1.0.0")
'com.github.daniel-shuy:jpa-utils:jar:1.0.0'
<dependency org="com.github.daniel-shuy" name="jpa-utils" rev="1.0.0">
<artifact name="jpa-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.daniel-shuy', module='jpa-utils', version='1.0.0')
)
libraryDependencies += "com.github.daniel-shuy" % "jpa-utils" % "1.0.0"
[com.github.daniel-shuy/jpa-utils "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.persistence : persistence-api | jar | 1.0.2 |
Utilities for Java Persistence API (JPA)
Provides a wrapper for EntityManagerFactory
with convenience methods to create EntityManager
and automatically close them afterwards.