JpaGen [jpagen] module
This module is for the Play 1.x series only.
JPAGEN aim at generating JPA Entities and Composite keys (when needed) from metadata or a file containing a list of tables.
http://github.com/marcuspocus/jpagen
Written by Marc Deschamps.
Published releases
1.0.2 | Jul 22 2011 | Documentation | Try Play |
1.0 | Apr 27 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install jpagen-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> jpagen {version}