Uses of Interface
org.hibernate.ejb.metamodel.AttributeImplementor

Packages that use AttributeImplementor
org.hibernate.ejb.metamodel   
 

Uses of AttributeImplementor in org.hibernate.ejb.metamodel
 

Classes in org.hibernate.ejb.metamodel that implement AttributeImplementor
 class AbstractAttribute<X,Y>
          Models the commonality of the JPA Attribute hierarchy.
 class PluralAttributeImpl<X,C,E>
           
 class SingularAttributeImpl<X,Y>
           
static class SingularAttributeImpl.Identifier<X,Y>
          Subclass used to simply instantiation of singular attributes representing an entity's identifier.
static class SingularAttributeImpl.Version<X,Y>
          Subclass used to simply instantiation of singular attributes representing an entity's version.
 

Methods in org.hibernate.ejb.metamodel that return AttributeImplementor
<X,Y> AttributeImplementor<X,Y>
AttributeFactory.buildAttribute(AbstractManagedType<X> ownerType, Property property)
          Build a normal attribute.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.