@hibernate.class table="tl_lamc11_options_content" @hibernate.id generator-class="assigned" type="java.lang.Long" column="uid" @hibernate.property column="qa_que_option_id" length="20" not-null="true" @hibernate.property column="correct_option" length="1" not-null="true" @hibernate.property column="qa_que_option_text" length="250" @hibernate.many-to-one not-null="true" @hibernate.column name="qa_que_content_id" @hibernate.set lazy="true" inverse="true" cascade="none" @hibernate.collection-key column="qa_que_option_id" @hibernate.collection-one-to-many class="org.lamsfoundation.lams.tool.mc.TlLamc11UsrAttempt"