mirror of https://github.com/apache/openjpa.git
OPENJPA-530 Update manual and code to match for the update manager values and default.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@633363 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1b76c6df24
commit
f67ace749a
|
@ -224,7 +224,7 @@ public class JDBCConfigurationImpl
|
|||
"org.apache.openjpa.jdbc.kernel.ConstraintUpdateManager",
|
||||
"batching-constraint",
|
||||
BatchingConstraintUpdateManager.class.getName(),
|
||||
"batching-order",
|
||||
"batching-operation-order",
|
||||
BatchingOperationOrderUpdateManager.class.getName(),
|
||||
};
|
||||
updateManagerPlugin.setAliases(aliases);
|
||||
|
|
|
@ -3713,7 +3713,7 @@ openjpa.jdbc.UpdateManager</literal>
|
|||
UpdateManager</literal>
|
||||
</para>
|
||||
<para>
|
||||
<emphasis role="bold">Default: </emphasis><literal>constraint-batching</literal>
|
||||
<emphasis role="bold">Default: </emphasis><literal>batching-constraint</literal>
|
||||
</para>
|
||||
<para>
|
||||
<emphasis role="bold">Possible values: </emphasis><literal>default</literal>,
|
||||
|
|
Loading…
Reference in New Issue