Beginners Performance GuidePage edited by Rick Curtis
Comment:
Work in progress
Changes (5)
Full ContentOpenJPA Beginners Performance GuideThis guide is targeted at new users of OpenJPA that would like to know some of the important performance tuning properties. Please do not mistake this for an exhaustive tuning guide. This is just enough information to make a developer dangerous, not lethal. EnhancementOpenJPA uses byte-code weaving technologies to enhance user created Entity class objects at build time or dynamically at run time. This allows us to efficiently handle these objects. Follow these instructions on how to properly enhance your Entities. OpenJPA also has a feature that will auto-generate new subclasses or proxy objects that front the user's Entity objects at run time, but this feature is not recommended for use. There are numerous functional issues reported and it doesn't perform nearly as well. If you ever see the following message you are using the non-recommended subclassing approach to enhancement.
It is recommended to set the following property to ensure that you don't use this enhancement approach. <properties> <property name="openjpa.RuntimeUnenhancedClasses" value="unsupported"/> <properties>
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
- [CONF] OpenJPA > Beginners Performance Guide confluence
- [CONF] OpenJPA > Beginners Performance Guide confluence
