From: <jul...@us...> - 2011-03-16 14:16:56
|
Revision: 5475 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5475&view=rev Author: julian-maughan Date: 2011-03-16 14:16:50 +0000 (Wed, 16 Mar 2011) Log Message: ----------- Documentation correction (ref. NH-2575) Modified Paths: -------------- trunk/nhibernate/doc/reference/modules/basic_mapping.xml Modified: trunk/nhibernate/doc/reference/modules/basic_mapping.xml =================================================================== --- trunk/nhibernate/doc/reference/modules/basic_mapping.xml 2011-03-16 04:24:20 UTC (rev 5474) +++ trunk/nhibernate/doc/reference/modules/basic_mapping.xml 2011-03-16 14:16:50 UTC (rev 5475) @@ -319,7 +319,7 @@ </callout> </calloutlist> </programlistingco> - + <para> It is perfectly acceptable for the named persistent class to be an interface. You would then declare implementing classes of that interface using the <literal><subclass></literal> @@ -327,10 +327,10 @@ class name using the standard form ie. <literal>Eg.Foo+Bar, Eg</literal>. Due to an HQL parser limitation inner classes can not be used in queries in NHibernate 1.0. </para> - + <para> - Immutable classes, <literal>mutable="false"</literal>, may not be updated or deleted by the - application. This allows NHibernate to make some minor performance optimizations. + Changes to immutable classes, <literal>mutable="false"</literal>, will not be + persisted. This allows NHibernate to make some minor performance optimizations. </para> <para> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |