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

Latest commit

 

History

History
11 lines (6 loc) · 471 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 471 Bytes

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