Index: lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Activity.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Attic/Activity.hbm.xml,v diff -u -r1.2 -r1.3 --- lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Activity.hbm.xml 3 Dec 2004 01:11:08 -0000 1.2 +++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Activity.hbm.xml 6 Dec 2004 03:15:06 -0000 1.3 @@ -11,324 +11,193 @@ http://www.hibernate.org/ --> - - - @hibernate.class - table="lams_learning_activity" - + + @hibernate.class table="lams_learning_activity" + true + public abstract - - - @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" - + + + + @hibernate.property column="id" length="11" + true - - - @hibernate.property - column="description" - length="65535" - + + @hibernate.property column="description" length="65535" + true - - - @hibernate.property - column="title" - length="255" - + + @hibernate.property column="title" length="255" + true - - - @hibernate.property - column="xcoord" - length="11" - + + @hibernate.property column="xcoord" length="11" + true - - - @hibernate.property - column="ycoord" - length="11" - + + @hibernate.property column="ycoord" length="11" + true - - - @hibernate.property - column="order_id" - length="11" - + + @hibernate.property column="order_id" length="11" + true - - - @hibernate.property - column="define_later_flag" - length="4" - not-null="true" - + + @hibernate.property column="define_later_flag" length="4" not-null="true" + true - - - @hibernate.property - column="create_date_time" - length="19" - not-null="true" - + + @hibernate.property column="create_date_time" length="19" not-null="true" + true - - - @hibernate.property - column="offline_instructions" - length="65535" - + + @hibernate.property column="offline_instructions" length="65535" + true - - - @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" - - - + - - - @hibernate.many-to-one - not-null="true" - @hibernate.column name="grouping_id" - + + @hibernate.many-to-one not-null="true" @hibernate.column name="grouping_id" + - - - @hibernate.many-to-one - not-null="true" - @hibernate.column name="learning_library_id" - + + @hibernate.many-to-one not-null="true" @hibernate.column name="learning_library_id" + - - - @hibernate.many-to-one - not-null="true" - @hibernate.column name="learning_design_id" - + + @hibernate.many-to-one not-null="true" @hibernate.column name="learning_design_id" + - - - @hibernate.set - lazy="true" - inverse="true" - cascade="none" - - @hibernate.collection-key - column="to_activity_id" - - @hibernate.collection-one-to-many - class="com.lamsinternational.lams.learningdesign.Transition" + + @hibernate.set lazy="true" inverse="true" cascade="none" + @hibernate.collection-key column="to_activity_id" + @hibernate.collection-one-to-many class="com.lamsinternational.lams.learningdesign.Transition" - - - - + + + - - - @hibernate.set - lazy="true" - inverse="true" - cascade="none" - - @hibernate.collection-key - column="from_activity_id" - - @hibernate.collection-one-to-many - class="com.lamsinternational.lams.learningdesign.Transition" + + @hibernate.set lazy="true" inverse="true" cascade="none" + @hibernate.collection-key column="from_activity_id" + @hibernate.collection-one-to-many class="com.lamsinternational.lams.learningdesign.Transition" - - - - + + + - - - @hibernate.set - lazy="true" - inverse="true" - cascade="none" - - @hibernate.collection-key - column="parent_activity_id" - - @hibernate.collection-one-to-many - class="com.lamsinternational.lams.learningdesign.Activity" + + @hibernate.set lazy="true" inverse="true" cascade="none" + @hibernate.collection-key column="parent_activity_id" + @hibernate.collection-one-to-many class="com.lamsinternational.lams.learningdesign.Activity" - - - - + + + - - - @hibernate.many-to-one - not-null="true" - @hibernate.column name="parent_activity_id" - + + @hibernate.many-to-one not-null="true" @hibernate.column name="parent_activity_id" + + + + @hibernate.many-to-one not-null="true" @hibernate.column name="learning_activity_type_id" + + + + + + @hibernate.many-to-one not-null="true" @hibernate.column name="gate_activity_level_id" + + + + + + @hibernate.many-to-one not-null="true" @hibernate.column name="tool_content_id" + + + + + + @hibernate.many-to-one not-null="true" @hibernate.column name="tool_id" + + + + + + @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/ActivityType.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Attic/ActivityType.hbm.xml,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/ActivityType.hbm.xml 6 Dec 2004 03:16:21 -0000 1.1 @@ -0,0 +1,38 @@ + + + + + + + + @hibernate.class table="lams_learning_activity_type" + true + + @hibernate.id generator-class="assigned" type="java.lang.Integer" column="learning_activity_type_id" + + + + + @hibernate.property column="description" length="255" not-null="true" + + + + + + + @hibernate.set lazy="true" inverse="true" cascade="none" + @hibernate.collection-key column="learning_activity_type_id" + @hibernate.collection-one-to-many class="com.lamsinternational.lams.learningdesign.Activity" + + + + + + Index: lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/GateActivityLevel.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Attic/GateActivityLevel.hbm.xml,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/GateActivityLevel.hbm.xml 6 Dec 2004 03:16:21 -0000 1.1 @@ -0,0 +1,85 @@ + + + + + + + + + @hibernate.class + table="lams_gate_activity_level" + + true + + + + @hibernate.id + generator-class="assigned" + type="java.lang.Integer" + column="gate_activity_level_id" + + + + + + + + + @hibernate.property + column="description" + length="128" + not-null="true" + + + + + + + + + @hibernate.set + lazy="true" + inverse="true" + cascade="none" + + @hibernate.collection-key + column="gate_activity_level_id" + + @hibernate.collection-one-to-many + class="com.lamsinternational.lams.learningdesign.Activity" + + + + + + + + + Index: lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Group.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Attic/Group.hbm.xml,v diff -u -r1.1 -r1.2 --- lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Group.hbm.xml 3 Dec 2004 00:09:59 -0000 1.1 +++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Group.hbm.xml 6 Dec 2004 03:15:21 -0000 1.2 @@ -19,6 +19,7 @@ @hibernate.class table="lams_group" + true + true + true + true + + + + + + + + @hibernate.class + table="lams_tool" + + true + + + + @hibernate.id + generator-class="assigned" + type="java.lang.Long" + column="tool_id" + + + + + + + + + @hibernate.property + column="learner_url" + length="65535" + not-null="true" + + + + + @hibernate.property + column="supports_grouping_flag" + length="1" + not-null="true" + + + + + @hibernate.property + column="author_url" + length="65535" + + + + + @hibernate.property + column="supports_define_later_flag" + length="1" + not-null="true" + + + + + @hibernate.property + column="define_later_url" + length="65535" + + + + + + + + + @hibernate.set + lazy="true" + inverse="true" + cascade="none" + + @hibernate.collection-key + column="tool_id" + + @hibernate.collection-one-to-many + class="com.lamsinternational.lams.learningdesign.Activity" + + + + + + + + + Index: lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/ToolContent.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Attic/ToolContent.hbm.xml,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/ToolContent.hbm.xml 6 Dec 2004 03:16:21 -0000 1.1 @@ -0,0 +1,85 @@ + + + + + + + + + @hibernate.class + table="lams_tool_content" + + true + + + + @hibernate.id + generator-class="assigned" + type="java.lang.Long" + column="tool_content_id" + + + + + + + + + @hibernate.property + column="tool_content_key" + length="20" + not-null="true" + + + + + + + + + @hibernate.set + lazy="true" + inverse="true" + cascade="none" + + @hibernate.collection-key + column="tool_content_id" + + @hibernate.collection-one-to-many + class="com.lamsinternational.lams.learningdesign.Activity" + + + + + + + + + Index: lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Transition.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Attic/Transition.hbm.xml,v diff -u -r1.2 -r1.3 --- lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Transition.hbm.xml 3 Dec 2004 01:11:08 -0000 1.2 +++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Transition.hbm.xml 6 Dec 2004 03:15:21 -0000 1.3 @@ -19,6 +19,7 @@ @hibernate.class table="lams_learning_transition" + true + + + + + + + @hibernate.class table="lams_learning_activity_type" + true + + @hibernate.id generator-class="assigned" type="java.lang.Integer" column="learning_activity_type_id" + + + + + @hibernate.property column="description" length="255" not-null="true" + + + + + + + @hibernate.set lazy="true" inverse="true" cascade="none" + @hibernate.collection-key column="learning_activity_type_id" + @hibernate.collection-one-to-many class="com.lamsinternational.lams.learningdesign.Activity" + + + + + + Index: lams_common/conf/hibernate/mappings/learningdesign/GateActivityLevel.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/learningdesign/Attic/GateActivityLevel.hbm.xml,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_common/conf/hibernate/mappings/learningdesign/GateActivityLevel.hbm.xml 6 Dec 2004 03:13:09 -0000 1.1 @@ -0,0 +1,85 @@ + + + + + + + + + @hibernate.class + table="lams_gate_activity_level" + + true + + + + @hibernate.id + generator-class="assigned" + type="java.lang.Integer" + column="gate_activity_level_id" + + + + + + + + + @hibernate.property + column="description" + length="128" + not-null="true" + + + + + + + + + @hibernate.set + lazy="true" + inverse="true" + cascade="none" + + @hibernate.collection-key + column="gate_activity_level_id" + + @hibernate.collection-one-to-many + class="com.lamsinternational.lams.learningdesign.Activity" + + + + + + + + + Fisheye: Tag 1.3 refers to a dead (removed) revision in file `lams_common/conf/hibernate/mappings/learningdesign/Group.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.3 refers to a dead (removed) revision in file `lams_common/conf/hibernate/mappings/learningdesign/Grouping.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.3 refers to a dead (removed) revision in file `lams_common/conf/hibernate/mappings/learningdesign/LearningDesign.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.3 refers to a dead (removed) revision in file `lams_common/conf/hibernate/mappings/learningdesign/LearningLibrary.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_common/conf/hibernate/mappings/learningdesign/Tool.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/learningdesign/Attic/Tool.hbm.xml,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_common/conf/hibernate/mappings/learningdesign/Tool.hbm.xml 6 Dec 2004 03:13:09 -0000 1.1 @@ -0,0 +1,137 @@ + + + + + + + + + @hibernate.class + table="lams_tool" + + true + + + + @hibernate.id + generator-class="assigned" + type="java.lang.Long" + column="tool_id" + + + + + + + + + @hibernate.property + column="learner_url" + length="65535" + not-null="true" + + + + + @hibernate.property + column="supports_grouping_flag" + length="1" + not-null="true" + + + + + @hibernate.property + column="author_url" + length="65535" + + + + + @hibernate.property + column="supports_define_later_flag" + length="1" + not-null="true" + + + + + @hibernate.property + column="define_later_url" + length="65535" + + + + + + + + + @hibernate.set + lazy="true" + inverse="true" + cascade="none" + + @hibernate.collection-key + column="tool_id" + + @hibernate.collection-one-to-many + class="com.lamsinternational.lams.learningdesign.Activity" + + + + + + + + + Index: lams_common/conf/hibernate/mappings/learningdesign/ToolContent.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/learningdesign/Attic/ToolContent.hbm.xml,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_common/conf/hibernate/mappings/learningdesign/ToolContent.hbm.xml 6 Dec 2004 03:13:09 -0000 1.1 @@ -0,0 +1,85 @@ + + + + + + + + + @hibernate.class + table="lams_tool_content" + + true + + + + @hibernate.id + generator-class="assigned" + type="java.lang.Long" + column="tool_content_id" + + + + + + + + + @hibernate.property + column="tool_content_key" + length="20" + not-null="true" + + + + + + + + + @hibernate.set + lazy="true" + inverse="true" + cascade="none" + + @hibernate.collection-key + column="tool_content_id" + + @hibernate.collection-one-to-many + class="com.lamsinternational.lams.learningdesign.Activity" + + + + + + + + + Fisheye: Tag 1.3 refers to a dead (removed) revision in file `lams_common/conf/hibernate/mappings/learningdesign/Transition.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff?