Update AutoDetach docs.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1057901 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Richard G. Curtis 2011-01-11 22:43:27 +00:00
parent c8b5c8350e
commit d48bbbe6cd
1 changed files with 4 additions and 2 deletions

View File

@ -567,7 +567,7 @@ transaction.
AutoDetach</literal>
</para>
<para>
<emphasis role="bold">Default:</emphasis> - <literal>close</literal>,<literal>rollback</literal>
<emphasis role="bold">Default:</emphasis> - null
</para>
<para>
<emphasis role="bold">Possible values: </emphasis><literal>close</literal>,
@ -575,7 +575,9 @@ AutoDetach</literal>
</para>
<para>
<emphasis role="bold">Description:</emphasis> A comma-separated list of events
when managed instances will be automatically detached.
when managed instances will be automatically detached. When using the OpenJPA EntityManager this defaults to
<literal>close</literal>, and <literal>rollback</literal> per the JPA spec. If you need to change this setting, you
need to set it directly on an instantiated EntityManager.
</para>
</section>
<section id="openjpa.BrokerFactory">