microBean Hibernate CDI
This project supplies an implementation of the AbstractJtaPlatform interface that acquires its UserTransaction and TransactionManager implementations without using JNDI.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHibernate Данные ORM |
| Группа | Группаorg.microbean |
| Идентификатор | Идентификаторmicrobean-hibernate-cdi |
| Последняя версия | Последняя версия0.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеmicroBean Hibernate CDI
Tools for using Hibernate in CDI.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.microbean/microbean-hibernate-cdi/ -->
<dependency>
<groupId>org.microbean</groupId>
<artifactId>microbean-hibernate-cdi</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.microbean/microbean-hibernate-cdi/
implementation 'org.microbean:microbean-hibernate-cdi:0.0.2'
// https://jarcasting.com/artifacts/org.microbean/microbean-hibernate-cdi/
implementation ("org.microbean:microbean-hibernate-cdi:0.0.2")
'org.microbean:microbean-hibernate-cdi:jar:0.0.2'
<dependency org="org.microbean" name="microbean-hibernate-cdi" rev="0.0.2">
<artifact name="microbean-hibernate-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microbean', module='microbean-hibernate-cdi', version='0.0.2')
)
libraryDependencies += "org.microbean" % "microbean-hibernate-cdi" % "0.0.2"
[org.microbean/microbean-hibernate-cdi "0.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.persistence : javax.persistence-api | jar | 2.2 |
| javax.transaction : javax.transaction-api | jar | 1.2 |
| org.microbean : microbean-base-specification | pom | 0.4.5 |
| org.hibernate : hibernate-core | jar | 5.3.7.Final |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.h2database : h2 | jar | 1.4.197 |
| junit : junit | jar | 4.12 |
| org.microbean : microbean-weld-se-environment | pom | 0.5.3 |
| org.microbean : microbean-datasource-cdi-hikaricp | jar | 0.1.4 |
| org.jboss.weld.module : weld-jta | jar | |
| org.microbean : microbean-narayana-jta-weld-se | jar | 0.2.3 |
| org.microbean : microbean-narayana-jta-cdi | jar | 0.2.1 |
This project supplies an implementation of the AbstractJtaPlatform interface that acquires its UserTransaction and TransactionManager implementations without using JNDI.