From: Michael D. <mik...@us...> - 2004-11-27 03:42:27
|
Update of /cvsroot/nhibernate/nhibernate/doc/reference/en/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27970/doc/reference/en/modules Modified Files: basic_mapping.xml Log Message: Added namespace summary to ndoc. Fixed typo in docs for property accessor. Index: basic_mapping.xml =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/doc/reference/en/modules/basic_mapping.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** basic_mapping.xml 25 Oct 2004 05:20:25 -0000 1.5 --- basic_mapping.xml 27 Nov 2004 03:42:15 -0000 1.6 *************** *** 490,498 **** <entry> <para> ! NHibernate will access the Field directly. NHibernate uses the <literal><name></literal> ! as the name of the field. This can be used when a Property's get and set have extra ! actions in them that you don't want to occur when NHibernate is populating or reading the object. ! If you want the name of the Property and not the Field to be what the consumers of your API ! use with HQL, then a Naming Strategy is needed. </para> </entry> --- 490,496 ---- <entry> <para> ! The default implementation. NHibernate uses the get/set of your Property. No ! Naming Strategy should be used with this Access Strategy because the ! <literal>name</literal> attribute is the name of the Property. </para> </entry> |