[hibernate-dev] uniform the "Composite" and "Component"
Strong Liu
stliu at hibernate.org
Tue Aug 21 04:15:42 EDT 2012
for example:
/**
* Models the notion of a component (what JPA calls an Embeddable).
* <p/>
* NOTE : Components are not currently really hierarchical. But that is a feature I want to add.
*
* @author Steve Ebersole
*/
public class Composite extends AbstractAttributeContainer {
org.hibernate.metamodel.spi.domain.TypeNature#COMPONENT
I see lots of places that uses these two
-------------------------
Best Regards,
Strong Liu <stliu at hibernate.org>
http://about.me/stliu/bio
More information about the hibernate-dev
mailing list