OPENJPA-1873 add documentation for openjpa.PostLoadOnMerge

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1212479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Struberg 2011-12-09 15:27:37 +00:00
parent 6269231420
commit aff65db7e9
1 changed files with 38 additions and 0 deletions

View File

@ -2801,6 +2801,44 @@ mutable second class objects. See
<xref linkend="ref_guide_pc_scos_proxy_custom"/> for details.
</para>
</section>
<section id="openjpa.PostLoadOnMerge">
<title>
openjpa.PostLoadOnMerge
</title>
<indexterm zone="openjpa.PostLoadOnMerge">
<primary>
PostLoadOnMerge
</primary>
</indexterm>
<para>
<emphasis role="bold">Property name: </emphasis><literal>
openjpa.PostLoadOnMerge</literal>
</para>
<para>
<emphasis role="bold">Configuration API:</emphasis>
<ulink url="../javadoc/org/apache/openjpa/conf/OpenJPAConfiguration.html#getPostLoadOnMerge()">
<methodname>
org.apache.openjpa.conf.OpenJPAConfiguration.getPostLoadOnMerge
</methodname></ulink>
</para>
<para>
<emphasis role="bold">Resource adaptor config-property: </emphasis><literal>
PostLoadOnMerge</literal>
</para>
<para>
<emphasis role="bold">Default: </emphasis><literal>false</literal>
</para>
<para>
<emphasis role="bold">Description:</emphasis> Whether the OpenJPA runtime will
trigger a PostLoad lifecycle event for EntityManager#merge(). If you enable this
option, OpenJPA will also ensure that the whole entity from the database will
get passed to the PostLoad entity listener.
</para>
</section>
<section id="openjpa.QueryCache">
<title>
openjpa.QueryCache