Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

rm3l/jpa-graalvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jpa-graalvm

This project contains a set of Maven profiles that build and run the same application against other JPA providers.

  • To build against DataNucleus (default profile): mvn clean package or mvn clean package -P datanucleus

  • To build against EclipseLink: mvn clean package -P eclipselink

  • To build against Hibernate: mvn clean package -P hibernate