Skip to content

ArneLimburg/microjpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

163 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maintained Maven Central Version build Method Coverage Branch Coverage Liberapay Ko-Fi

MicroJPA

MicroJPA is a framework to provide injection of resource-local EntityManagers and their factories via @PersistenceContext and @PersistenceUnit in CDI-environments where no such injection is present. That may be the case in testing scenarios or with servers that do not implement the full JEE stack like Meecrowave.

Latest Release

Latest release version: 2.1.4

To use it in a Maven project the following dependency should be added to the pom.xml:

<dependency>
  <groupId>org.microjpa</groupId>
  <artifactId>microjpa</artifactId>
  <version>2.1.4</version>
</dependency>

or when using Gradle the following line needs to be added to the dependencies block:

implementation 'org.microjpa:microjpa:2.1.4'

About

MicroJPA is a framework to provide injection of resource-local EntityManagers and their factories in CDI-environments where no such injection is present.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors

Languages