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

_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to