@hibernate.class table="lams_workspace" true @hibernate.id generator-class="native" type="java.lang.Integer" column="workspace_id" true @hibernate.property column="name" length="65535" @hibernate.set lazy="true" inverse="true" cascade="none" @hibernate.collection-key column="workspace_id" @hibernate.collection-one-to-many class="org.lamsfoundation.lams.usermanagement.User" @hibernate.set lazy="true" inverse="true" cascade="none" @hibernate.collection-key column="workspace_id" @hibernate.collection-one-to-many class="org.lamsfoundation.lams.usermanagement.Organisation" @hibernate.many-to-one not-null="true" @hibernate.column name="root_folder_id"