Hibernate.orgCommunity Documentation
<component>
:使用一个Address
持久类来封装 street
, suburb
, state
, postcode
. 这将有利于代码重用和简化代码重构(refactoring)的工作。
对所有的实体都标识出自然键,用<natural-id>
进行映射。实现equals()
和hashCode()
,在其中用组成自然键的属性进行比较。
Session
flushing:版权 © 2004 Red Hat Middleware, LLC.