OpenJPAEclipseEnhancementBuilderPage edited by Michael VorburgerOpenJPA Eclipse ToolingHow to use the OpenJPA Eclipse Tooling Builder for Bytecode EnhancementOnce you have installed the OpenJPA Eclipse tooling, here is how to add the Bytecode Enhancement Builder to a Java project:
Known Limitations
Troubleshooting, Tips & Recommendations
Options
<projectDescription> ... <buildSpec> ... <buildCommand> <name>org.apache.openjpa.eclipse.OpenJPAEnhancerBuilder</name> <arguments> <dictionary> <key>debugLogs</key> <value>true</value> </dictionary>
<projectDescription> ... <buildSpec> ... <buildCommand> <name>org.apache.openjpa.eclipse.OpenJPAEnhancerBuilder</name> <arguments> <dictionary> <key>include1</key> <value>**/*Entity.class</value> </dictionary> <dictionary> <key>include2</key> <value>**/*EntityRef.class</value> </dictionary>
Change Notification Preferences
View Online
|
View Change
|
Add Comment
|
- [CONF] OpenJPA > OpenJPAEclipseEnhancementBuilder confluence
