Component within Component in hibernate mapping
Can we us开发者_Python百科e component inside component in hibernate mapping file?
Do you mean a one-to-one, one-to-many, or many-to-many relationship between two objects? Of course you can:
http://docs.jboss.org/hibernate/core/3.3/reference/en/html/mapping.html
精彩评论