@hibernate.class table="lams_authentication_method" true @hibernate.id generator-class="native" type="java.lang.Integer" column="authentication_method_id" true @hibernate.property column="authentication_method_name" unique="true" length="64" not-null="true" @hibernate.many-to-one not-null="true" @hibernate.column name="authentication_method_type_id" @hibernate.set lazy="true" inverse="true" cascade="none" @hibernate.collection-key column="authentication_method_id" @hibernate.collection-one-to-many class="org.lamsfoundation.lams.usermanagement.User"