This library allows you to load a controlled set of data into a database through the Java Persistence API. This can be useful for (integration) testing or to provide initial data to an application.
The library is available via Maven Central. Include the following in your <dependencies>
section:
<dependency>
<groupId>net.dontdrinkandroot</groupId>
<artifactId>fixtures</artifactId>
<version>RELEASE</version>
</dependency>