@hibernate.class table="lams_learning_transition" true @hibernate.id generator-class="assigned" type="java.lang.Long" column="transition_id" @hibernate.property column="id" length="11" @hibernate.property column="description" length="65535" @hibernate.property column="title" length="255" @hibernate.property column="create_date_time" length="19" not-null="true" @hibernate.many-to-one not-null="true" @hibernate.column name="learning_design_id" @hibernate.many-to-one not-null="true" @hibernate.column name="to_activity_id" @hibernate.many-to-one not-null="true" @hibernate.column name="from_activity_id"