Index: lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Activity.hbm.xml =================================================================== diff -u -r4b196cccfe15e110611808070d9387e0bb35a8d9 -r8e71ee480dcaf1a2e4a6ec0cd58a25e41d70a938 --- lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Activity.hbm.xml (.../Activity.hbm.xml) (revision 4b196cccfe15e110611808070d9387e0bb35a8d9) +++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Activity.hbm.xml (.../Activity.hbm.xml) (revision 8e71ee480dcaf1a2e4a6ec0cd58a25e41d70a938) @@ -11,53 +11,192 @@ http://www.hibernate.org/ --> - - @hibernate.class table="lams_learning_activity" - true - public abstract + + + @hibernate.class + table="lams_learning_activity" + - - @hibernate.id generator-class="assigned" type="java.lang.Long" column="activity_id" + + + @hibernate.id + generator-class="assigned" + type="java.lang.Long" + column="activity_id" + + + - - @hibernate.property column="id" length="11" - true + + + @hibernate.property + column="id" + length="11" + - - @hibernate.property column="description" length="65535" - true + + + @hibernate.property + column="description" + length="65535" + - - @hibernate.property column="title" length="255" - true + + + @hibernate.property + column="title" + length="255" + - - @hibernate.property column="xcoord" length="11" - true + + + @hibernate.property + column="xcoord" + length="11" + - - @hibernate.property column="ycoord" length="11" - true + + + @hibernate.property + column="ycoord" + length="11" + - - @hibernate.property column="order_id" length="11" - true + + + @hibernate.property + column="order_id" + length="11" + - - @hibernate.property column="define_later_flag" length="4" not-null="true" - true + + + @hibernate.property + column="define_later_flag" + length="4" + not-null="true" + - - @hibernate.property column="create_date_time" length="19" not-null="true" - true + + + @hibernate.property + column="create_date_time" + length="19" + not-null="true" + - - @hibernate.property column="offline_instructions" length="65535" - true + + + @hibernate.property + column="offline_instructions" + length="65535" + - + + + @hibernate.property + column="max_number_of_options" + length="5" + + + + + @hibernate.property + column="min_number_of_options" + length="5" + + + + + @hibernate.property + column="gate_start_date_time" + length="19" + + + + + @hibernate.property + column="gate_end_date_time" + length="19" + + + @@ -190,64 +329,6 @@ - - @hibernate.class - public abstract - - @hibernate.class - - - @hibernate.class - - @hibernate.class - - - @hibernate.class - - - - @hibernate.class - - - @hibernate.property column="gate_start_date_time" length="19" - true - - - @hibernate.property column="gate_end_date_time" length="19" - true - - - @hibernate.class - - - @hibernate.class - - - @hibernate.class - - - - - @hibernate.class - public abstract - - @hibernate.class - - @hibernate.property column="max_number_of_options" length="5" - true - - - @hibernate.property column="min_number_of_options" length="5" - true - - - - @hibernate.class - - - @hibernate.class - - Index: lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Grouping.hbm.xml =================================================================== diff -u -r4b196cccfe15e110611808070d9387e0bb35a8d9 -r8e71ee480dcaf1a2e4a6ec0cd58a25e41d70a938 --- lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Grouping.hbm.xml (.../Grouping.hbm.xml) (revision 4b196cccfe15e110611808070d9387e0bb35a8d9) +++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Grouping.hbm.xml (.../Grouping.hbm.xml) (revision 8e71ee480dcaf1a2e4a6ec0cd58a25e41d70a938) @@ -19,7 +19,6 @@ @hibernate.class table="lams_grouping" - true - true - true - true