Index: lams_common/conf/hibernate/mappings/com/lamsinternational/lams/lesson/Lesson.hbm.xml
===================================================================
diff -u -r458989afcf25da4299995396ac4cb606f65a9ac6 -r6f74476c1e42c21faddfa52778ce4584a3e8f563
--- lams_common/conf/hibernate/mappings/com/lamsinternational/lams/lesson/Lesson.hbm.xml (.../Lesson.hbm.xml) (revision 458989afcf25da4299995396ac4cb606f65a9ac6)
+++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/lesson/Lesson.hbm.xml (.../Lesson.hbm.xml) (revision 6f74476c1e42c21faddfa52778ce4584a3e8f563)
@@ -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"
-
-
-
-
-
-