Joined: Wed May 02, 2007 12:56 pm Posts: 17
|
Hello i´ve got the following mapping:
<map name="StringIlimitados" table="RFCOBS" inverse="true" lazy="true" order-by="idRfcObs" cascade="all-delete-orphan">
<key column="idRFC"/>
<index column="CAMPO" type="System.String"/>
<one-to-many class="com.guru.db.dto.rfc.RFCTexto, GESTORRFCDTO"/>
</map>
This is correct but the problem is that i would like the following a dictionary of arrays of RFCTexto and the index will be index. How can i change one-to-many for that?
|
|