当前页面:
在线文档首页 >
Hibernate reference 3.2.0 ga 正式版中文参考手册
8.3. 组件作为Map的索引(Components as Map indices ) - Hibernate reference 3.2.0 ga 正式版中文参考手册
8.3. 组件作为Map的索引(Components as Map indices )
<composite-map-key>
元素允许你映射一个组件类作为一个Map
的key,前提是你必须正确的在这个类中重写了hashCode()
和 equals()
方法。