Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data.NHibernate/Data/NHibernate/Support
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv11515
Modified Files:
SessionScope.cs
Log Message:
misc updates.
Index: SessionScope.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data.NHibernate/Data/NHibernate/Support/SessionScope.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SessionScope.cs 21 Jan 2008 06:39:12 -0000 1.3
--- SessionScope.cs 6 May 2008 03:37:18 -0000 1.4
***************
*** 215,219 ****
#region Properties
! ///<summary>
/// Set whether to use a single session for each request. Default is "true".
/// If set to false, each data access operation or transaction will use
--- 215,219 ----
#region Properties
! /// <summary>
/// Set whether to use a single session for each request. Default is "true".
/// If set to false, each data access operation or transaction will use
***************
*** 228,232 ****
/// <summary>
! /// Gets or Sets the flushmode to be applied on each newly created session.
/// </summary>
/// <remarks>
--- 228,232 ----
/// <summary>
! /// Gets the flushmode to be applied on each newly created session.
/// </summary>
/// <remarks>
|