-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Patrick Huang edited this page Oct 4, 2013
·
7 revisions
This tool can be used to create JPA entities and then populate your database.
To use it:
<dependency>
<groupId>com.github.huangp</groupId>
<artifactId>entityunit</artifactId>
<version>${entityunit.version}</version>
<scope>test</scope>
</dependency>
See side bar for more information.