Bernardo-MG / jpa-example

An example showing how to set up and test JPA classes.
MIT License
0 stars 0 forks source link

Generate JPA metadata automatically on Eclipse #1

Open Bernardo-MG opened 8 years ago

Bernardo-MG commented 8 years ago

Currently the JPA metadata, which is required, is being generated only when the generate-resources phase is called. When updating the Maven project in Eclipse they are not being generated at all.