@hibernate.class table="lams_role" proxy="com.lamsinternational.lams.usermanagement.Role" true @hibernate.id generator-class="native" type="java.lang.Integer" column="role_id" true @hibernate.property column="name" length="64" not-null="true" @hibernate.property column="description" length="65535" @hibernate.set lazy="true" inverse="true" cascade="delete-orphan" @hibernate.collection-key column="role_id" @hibernate.collection-one-to-many class="com.lamsinternational.lams.usermanagement.UserOrganisationRole"