Index: lams_common/conf/hibernate/mappings/com/lamsinternational/lams/lesson/Lesson.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/com/lamsinternational/lams/lesson/Attic/Lesson.hbm.xml,v diff -u -r1.1 -r1.2 --- lams_common/conf/hibernate/mappings/com/lamsinternational/lams/lesson/Lesson.hbm.xml 8 Dec 2004 23:34:28 -0000 1.1 +++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/lesson/Lesson.hbm.xml 5 Jan 2005 03:50:17 -0000 1.2 @@ -28,13 +28,13 @@ > @hibernate.id - generator-class="assigned" + generator-class="identity" type="java.lang.Long" column="lesson_id" - + - - - - @hibernate.set - lazy="true" - inverse="true" - cascade="none" - - @hibernate.collection-key - column="lesson_id" - - @hibernate.collection-one-to-many - class="com.lamsinternational.lams.lesson.LessonLearner" - - - - - -