https://github.com/csini/java-se-jpa-jta-jndi-log4jdbc
example project: if you want to use JPA, but you don't have a Container or an Applikation Server :)
https://github.com/csini/java-se-jpa-jta-jndi-log4jdbc
java-se jndi jpa jta log4jdbc
Last synced: 2 months ago
JSON representation
example project: if you want to use JPA, but you don't have a Container or an Applikation Server :)
- Host: GitHub
- URL: https://github.com/csini/java-se-jpa-jta-jndi-log4jdbc
- Owner: Csini
- License: gpl-3.0
- Created: 2017-01-17T15:18:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-17T15:44:53.000Z (over 8 years ago)
- Last Synced: 2025-01-06T10:24:22.906Z (4 months ago)
- Topics: java-se, jndi, jpa, jta, log4jdbc
- Language: Java
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java-se-jpa-jta-jndi-log4jdbc
What to do, if you want to use JPA, but you don't have a Container or an Applikation Server :)
------a small Java SE Applikation with
* use of JPA 2.1 (Hibernate)
* Bitronix (Spring) JTA Transaction Management
* JNDI for lookup DataSource
* log4jdbc, if you want to "export" into a File: all the (full!) sql commands, the JPA used