@hibernate.class table="lams_learning_library" true @hibernate.id generator-class="assigned" type="java.lang.Long" column="learning_library_id" @hibernate.property column="description" length="65535" @hibernate.property column="title" length="255" @hibernate.property column="create_date_time" length="19" not-null="true" @hibernate.set lazy="true" inverse="true" cascade="none" @hibernate.collection-key column="learning_library_id" @hibernate.collection-one-to-many class="com.lamsinternational.lams.learningdesign.Activity"