Install the plugin "OpenJpa Enhancer" from the Marketplace
- Press Ctrl+Alt+S to open settings and then select Plugins.
- Click the Marketplace tab and type the "OpenJpa Enhancer" in the search field.
- To install the plugin, click Install and restart IntelliJ IDEA.
Enable Enhancer for your persistence modules
- Press Ctrl+Alt+S to open settings and then select "Build, Execution, Deployment"
- Select "OpenJpa Enhancer"
- Enable the checkboxes of your persistence modules under "Affected Modules"
./gradlew build./gradlew runIdeThis is a fork of https://github.com/machak/enhancer
