From: <one...@us...> - 2002-12-25 04:44:05
|
Update of /cvsroot/hibernate/Hibernate/cirrus/hibernate/tools/codegen/test In directory sc8-pr-cvs1:/tmp/cvs-serv32157/hibernate/tools/codegen/test Modified Files: Test.hbm.xml Log Message: added codegen support for <bag> Index: Test.hbm.xml =================================================================== RCS file: /cvsroot/hibernate/Hibernate/cirrus/hibernate/tools/codegen/test/Test.hbm.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Test.hbm.xml 10 Nov 2002 15:19:49 -0000 1.3 --- Test.hbm.xml 25 Dec 2002 04:44:02 -0000 1.4 *************** *** 42,45 **** --- 42,50 ---- </primitive-array> + <bag role="names"> + <key column="principal"/> + <element type="string"/> + </bag> + <subclass name="codegen.test.User" proxy="codegen.test.IUser"> <property name="email" |