From: <jul...@us...> - 2010-12-03 09:20:32
|
Revision: 5287 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5287&view=rev Author: julian-maughan Date: 2010-12-03 09:20:26 +0000 (Fri, 03 Dec 2010) Log Message: ----------- Typo correction Modified Paths: -------------- trunk/nhibernate/doc/reference/modules/persistent_classes.xml Modified: trunk/nhibernate/doc/reference/modules/persistent_classes.xml =================================================================== --- trunk/nhibernate/doc/reference/modules/persistent_classes.xml 2010-12-02 11:46:19 UTC (rev 5286) +++ trunk/nhibernate/doc/reference/modules/persistent_classes.xml 2010-12-03 09:20:26 UTC (rev 5287) @@ -181,7 +181,7 @@ </para> <para> - Even if both objecs <literal>a</literal> and <literal>b</literal> are the same database row + Even if both objects <literal>a</literal> and <literal>b</literal> are the same database row (they have the same primary key value as their identifier), we can't guarantee that they are the same object instance outside of a particular <literal>ISession</literal> context. </para> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |