From: <one...@us...> - 2003-01-16 08:42:36
|
Update of /cvsroot/hibernate/Hibernate2/doc/reference/src In directory sc8-pr-cvs1:/tmp/cvs-serv18366/reference/src Modified Files: advanced_or_mapping.xml Log Message: minor fix Index: advanced_or_mapping.xml =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/doc/reference/src/advanced_or_mapping.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** advanced_or_mapping.xml 16 Jan 2003 08:39:24 -0000 1.3 --- advanced_or_mapping.xml 16 Jan 2003 08:42:33 -0000 1.4 *************** *** 225,229 **** <programlisting><![CDATA[<map name="holidays" table="holidays" schema="dbo" order-by="hol_name asc"> ! <generated-key column="id"/> <index column="hol_name" type="string"/> <element column="hol_date" type="date"/> --- 225,229 ---- <programlisting><![CDATA[<map name="holidays" table="holidays" schema="dbo" order-by="hol_name asc"> ! <key column="id"/> <index column="hol_name" type="string"/> <element column="hol_date" type="date"/> |