Simple tool to make JPA entities for testing.
To use it:
<dependency>
<groupId>com.github.huangp</groupId>
<artifactId>entityunit</artifactId>
<version>${entityunit.version}</version>
<scope>test</scope>
</dependency>
See https://github.com/huangp/entityunit/wiki for more information.