<list name="address" table="`ABC`" lazy="true" cascade="all,delete-orphan">
<key foreign-key="EMPLOYEE_ADDRESS_KEY" update="true">
<column name="`EMPLOYEE_ADDR_ID`" unique="false"/>
</key>
<list-index column="`PERSON_ADDRESS_IDX`"/>
<many-to-many entity-name="Address" unique="true" foreign-key="EMPLOYEE_ADDRESS"/>
</list>