JPAUtils

Utilities for Java Persistence API (JPA)

License

License

GroupId

GroupId

com.github.daniel-shuy
ArtifactId

ArtifactId

jpa-utils
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

JPAUtils
Utilities for Java Persistence API (JPA)
Project URL

Project URL

https://github.com/daniel-shuy/JPAUtils
Source Code Management

Source Code Management

https://github.com/daniel-shuy/JPAUtils.git

Download jpa-utils

How to add to project

<!-- 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"]

Dependencies

provided (1)

Group / Artifact Type Version
javax.persistence : persistence-api jar 1.0.2

Project Modules

There are no modules declared in this project.

JPAUtils

Utilities for Java Persistence API (JPA)

Features

Provides a wrapper for EntityManagerFactory with convenience methods to create EntityManager and automatically close them afterwards.

Versions

Version
1.0.0