Skip to content
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.

Clone this wiki locally