Index: lams_common/conf/hibernate/mappings/org/lamsfoundation/lams/tool/ToolSession.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/org/lamsfoundation/lams/tool/ToolSession.hbm.xml,v diff -u -r1.2 -r1.3 --- lams_common/conf/hibernate/mappings/org/lamsfoundation/lams/tool/ToolSession.hbm.xml 2 Feb 2005 00:23:23 -0000 1.2 +++ lams_common/conf/hibernate/mappings/org/lamsfoundation/lams/tool/ToolSession.hbm.xml 2 Feb 2005 04:04:42 -0000 1.3 @@ -2,138 +2,72 @@ - + - - http://boss.bekk.no/boss/middlegen/ - http://www.hibernate.org/ ---> + + + @hibernate.class table="lams_tool_session" + + true - - - @hibernate.class - table="lams_tool_session" - - true + + + @hibernate.id generator-class="identity" + type="java.lang.Long" column="tool_session_id" + + + - - - @hibernate.id - generator-class="identity" - type="java.lang.Long" - column="tool_session_id" + + + + @hibernate.property column="activity_id" length="20" + not-null="true" + + + + + @hibernate.property column="tool_session_key" + length="20" not-null="true" + + + + + @hibernate.property column="create_date_time" + length="19" not-null="true" + + - - - + - - - @hibernate.property - column="activity_id" - length="20" - not-null="true" - - - - - @hibernate.property - column="tool_session_key" - length="20" - not-null="true" - - - - - @hibernate.property - column="create_date_time" - length="19" - not-null="true" - - + + + - - - - - - - - - - @hibernate.many-to-one - not-null="true" - @hibernate.column name="tool_session_state_id" - - - - - +