microBean Hibernate CDI
This project supplies an implementation of the AbstractJtaPlatform
interface that acquires its UserTransaction
and TransactionManager
implementations without using JNDI.
License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.microbean |
ArtifactId | ArtifactIdmicrobean-hibernate-cdi |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionmicroBean Hibernate CDI
Tools for using Hibernate in CDI.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
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.