Index: lams_common/conf/hibernate/mappings/org/lamsfoundation/lams/integration/ExtCourseClassMap.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/org/lamsfoundation/lams/integration/ExtCourseClassMap.hbm.xml,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_common/conf/hibernate/mappings/org/lamsfoundation/lams/integration/ExtCourseClassMap.hbm.xml 1 Sep 2006 05:48:10 -0000 1.1 @@ -0,0 +1,86 @@ + + + + + + + + + @hibernate.class + table="lams_ext_course_class_map" + + + + + @hibernate.id + generator-class="native" + type="java.lang.Integer" + column="sid" + + + + true + + + + + true + + @hibernate.property + column="courseid" + length="255" + not-null="true" + + + + + + + + + @hibernate.many-to-one + not-null="true" + @hibernate.column name="ext_server_org_map_id" + + + + + + + @hibernate.many-to-one + not-null="true" + @hibernate.column name="classid" + + + + + + Index: lams_common/conf/hibernate/mappings/org/lamsfoundation/lams/integration/ExtServerOrgMap.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/org/lamsfoundation/lams/integration/Attic/ExtServerOrgMap.hbm.xml,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_common/conf/hibernate/mappings/org/lamsfoundation/lams/integration/ExtServerOrgMap.hbm.xml 1 Sep 2006 05:48:10 -0000 1.1 @@ -0,0 +1,227 @@ + + + + + + + + + @hibernate.class + table="lams_ext_server_org_map" + + + + + @hibernate.id + generator-class="native" + type="java.lang.Integer" + column="sid" + + + + true + + + + + true + + @hibernate.property + column="serverid" + unique="true" + length="255" + not-null="true" + + + + true + + @hibernate.property + column="serverkey" + length="65535" + not-null="true" + + + + true + + @hibernate.property + column="servername" + length="255" + not-null="true" + + + + + @hibernate.property + column="serverdesc" + length="65535" + + + + + @hibernate.property + column="prefix" + unique="true" + length="11" + not-null="true" + + + + + @hibernate.property + column="userinfo_url" + length="65535" + not-null="true" + + + + + @hibernate.property + column="timeout_url" + length="65535" + not-null="true" + + + + + @hibernate.property + column="disabled" + length="1" + not-null="true" + + + + + + + + + @hibernate.set + lazy="true" + inverse="true" + cascade="none" + + @hibernate.collection-key + column="ext_server_org_map_id" + + @hibernate.collection-one-to-many + class="org.lamsfoundation.lams.integration.ExtCourseClassMap" + + + + + + + + + + @hibernate.set + lazy="true" + inverse="true" + cascade="none" + + @hibernate.collection-key + column="ext_server_org_map_id" + + @hibernate.collection-one-to-many + class="org.lamsfoundation.lams.integration.ExtUserUseridMap" + + + + + + + + + + @hibernate.many-to-one + not-null="true" + @hibernate.column name="orgid" + + + + + + Index: lams_common/conf/hibernate/mappings/org/lamsfoundation/lams/integration/ExtUserUseridMap.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/org/lamsfoundation/lams/integration/Attic/ExtUserUseridMap.hbm.xml,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_common/conf/hibernate/mappings/org/lamsfoundation/lams/integration/ExtUserUseridMap.hbm.xml 1 Sep 2006 05:48:10 -0000 1.1 @@ -0,0 +1,86 @@ + + + + + + + + + @hibernate.class + table="lams_ext_user_userid_map" + + + + + @hibernate.id + generator-class="native" + type="java.lang.Integer" + column="sid" + + + + true + + + + + true + + @hibernate.property + column="foreign_username" + length="250" + not-null="true" + + + + + + + + + @hibernate.many-to-one + not-null="true" + @hibernate.column name="user_id" + + + + + + + @hibernate.many-to-one + not-null="true" + @hibernate.column name="ext_server_org_map_id" + + + + + +