JPAUtils

Utilities for Java Persistence API (JPA)

Лицензия

Лицензия

Группа

Группа

com.github.daniel-shuy
Идентификатор

Идентификатор

jpa-utils
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

JPAUtils
Utilities for Java Persistence API (JPA)
Ссылка на сайт

Ссылка на сайт

https://github.com/daniel-shuy/JPAUtils
Система контроля версий

Система контроля версий

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

Скачать jpa-utils

Как подключить последнюю версию

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

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
javax.persistence : persistence-api jar 1.0.2

Модули Проекта

Данный проект не имеет модулей.

JPAUtils

Utilities for Java Persistence API (JPA)

Features

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

Версии библиотеки

Версия
1.0.0