SPRNET-1444 update documentation to reflect new default transaction isolation level Unspecified

This commit is contained in:
Marko Lahma
2014-01-06 17:52:16 +02:00
parent ed29a994b4
commit b749afe038
3 changed files with 9 additions and 5 deletions

View File

@@ -412,7 +412,7 @@
Spring.Transaction.TransactionPropagation enumeration, namely Required,
Supports, Mandatory, RequiresNew, NotSupported, Never, Nested. The
string used for ISOLATION_NAME are those defined on the
System.Data.IsolationLevel enumberateion, namely ReadCommitted,
System.Data.IsolationLevel enumeration, namely ReadCommitted,
ReadUncommitted, RepeatableRead, Serializable.</para>
<para>The TransactionProxyFactoryObject allows you to set optional "pre"

View File

@@ -1068,7 +1068,7 @@ mgr.DeleteTwoTestObjects("Jack", "Jill");
<entry>No</entry>
<entry>ReadCommitted</entry>
<entry>Unspecified</entry>
<entry>The transaction isolation level</entry>
</row>
@@ -1162,7 +1162,7 @@ mgr.DeleteTwoTestObjects("Jack", "Jill");
<listitem>
<para>The isolation level is
<literal>IsolationLevel.ReadCommitted</literal></para>
<literal>IsolationLevel.Unspecified</literal></para>
</listitem>
<listitem>