diff --git a/doc/reference/src/ado.xml b/doc/reference/src/ado.xml index 4033a0e6..dd1fa659 100644 --- a/doc/reference/src/ado.xml +++ b/doc/reference/src/ado.xml @@ -1954,6 +1954,7 @@ public delegate T DataAdapterDelegate<T>(IDbDataAdapter dataAdapter);System.Transactions and ADO.NET 2.0 by ADO.NET guru Sahil Malik. Spring offers a @@ -2011,7 +2012,7 @@ public static void ApplyConnectionAndTx(object typedDataSetAdapter, IDbProvider Database operations as Objects - The Spring.Data.Objects and Spring.Data.Objects.Generic + The Spring.Data.Objects and Spring.Data.Objects.Generic namespaces contains classes that allow one to access the database in a more object-oriented manner. By way of an example, one can execute queries and get the results back as a list containing business