https://github.com/blaugold/intellij-datanucleus
https://github.com/blaugold/intellij-datanucleus
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blaugold/intellij-datanucleus
- Owner: blaugold
- License: mit
- Created: 2018-09-09T02:22:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T21:03:52.000Z (almost 7 years ago)
- Last Synced: 2025-02-02T16:25:03.672Z (5 months ago)
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# IntelliJ Plugin for DataNucleus Runtime Enhancement
This plugin adds a tab to java run configurations where DataNucleus runtime
enhancement can be enabled. The plugin looks for the `datanucleus-core` jar
in the classpath of the module which is the context for the run configuration.## Installation
Click on `Browse Repositories` in `Plugins` and search for `DataNucleus Runtime Enhancement`.
## Usage
First make sure to read the docs on
[runtime enhancement](http://www.datanucleus.org/products/accessplatform/jdo/enhancer.html#runtime).Per default enhancement is disabled.
To enable runtime enhancement, create a run configuration and go to the tab `Datanucleues Enahncer`.
Here you can enable runtime enhancement.To speed up enhancement and startup time, reduce the number of classes scanned by specifying the
root packages of all your persistence capable classes.