Index: lams_common/conf/hibernate/mappings/learningdesign/Group.hbm.xml =================================================================== diff -u -r7be08bdc387f5f78514d44a89caab0ba1eea7655 -r75c68086ca1df84b98d4f53ca4e152071ceb8b06 --- lams_common/conf/hibernate/mappings/learningdesign/Group.hbm.xml (.../Group.hbm.xml) (revision 7be08bdc387f5f78514d44a89caab0ba1eea7655) +++ lams_common/conf/hibernate/mappings/learningdesign/Group.hbm.xml (.../Group.hbm.xml) (revision 75c68086ca1df84b98d4f53ca4e152071ceb8b06) @@ -9,17 +9,15 @@ http://boss.bekk.no/boss/middlegen/ http://www.hibernate.org/ - - modified by Chris Perfect --> @hibernate.class - table="lams_learning_group" + table="lams_group" + + + @hibernate.property + column="order_id" + length="6" + not-null="true" + + - + + - @hibernate.set - role="users" - table="lams_user-group" - lazy="true" - - @hibernate.collection-key - column="group_id" - - @hibernate.collection-many-to-many - class="com.lamsinternational.lams.usermanagement.User" - column="user_id" - + @hibernate.many-to-one + not-null="true" + @hibernate.column name="grouping_id" - - - - - + +