jpa-maven-plugin
jpa-maven-plugin copied to clipboard
A Maven 3 plugin for helping out with common JPA project needs.
Added some docs and updated dependencies.
Recent changes in 3-SNAPSHOT (I understand they were done due to issue #6 and incompatibility with Java 8) don't work for me any more. I had to downgrade to version...
Hi, Is it possible to generate persistence.xml classes from entities whose are located in library dependencies of the project?
We have found a bug when using onlye defaultPropertyName in configuration, the new propertyName is not used, falling back to DEFAULT_PROPERTY_NAME, with this fix, this situation is solved.
Hello, this Plugin is not compatible with Source Code that uses Java 8 Features. To reproduce just put a lambda expression in at any place in your code and run...
This is a limitation of the Scannotation library.
Is it possible to add the feature "generate-orm" to the plugin ?