https://github.com/microbean/microbean-hibernate-cdi
https://github.com/microbean/microbean-hibernate-cdi
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/microbean/microbean-hibernate-cdi
- Owner: microbean
- License: apache-2.0
- Created: 2018-12-15T21:40:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T22:50:52.000Z (about 7 years ago)
- Last Synced: 2025-03-21T17:04:01.815Z (about 1 year ago)
- Language: Java
- Size: 510 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# microBean Hibernate CDI
[](https://travis-ci.org/microbean/microbean-hibernate-cdi)
[](https://maven-badges.herokuapp.com/maven-central/org.microbean/microbean-hibernate-cdi)
This project supplies an implementation of the
[`AbstractJtaPlatform`](https://github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/engine/transaction/jta/platform/internal/AbstractJtaPlatform.java)
interface that acquires its `UserTransaction` and `TransactionManager`
implementations without using JNDI.