From: <one...@us...> - 2003-02-16 04:09:31
|
Update of /cvsroot/hibernate/Hibernate2/doc/reference/src In directory sc8-pr-cvs1:/tmp/cvs-serv8207/reference/src Modified Files: basic_or_mapping.xml Log Message: added table attribute to example Index: basic_or_mapping.xml =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/doc/reference/src/basic_or_mapping.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** basic_or_mapping.xml 1 Feb 2003 00:35:05 -0000 1.7 --- basic_or_mapping.xml 16 Feb 2003 04:09:28 -0000 1.8 *************** *** 989,993 **** <one-to-many class="eg.Cat"/> </set> ! <joined-subclass name="eg.DomesticCat"> <key column="CAT"/> <property name="name" type="string"/> --- 989,993 ---- <one-to-many class="eg.Cat"/> </set> ! <joined-subclass name="eg.DomesticCat" table="DOMESTIC_CATS"> <key column="CAT"/> <property name="name" type="string"/> |