Uses of Interface
org.hibernate.metamodel.source.binder.MetaAttributeSource

Packages that use MetaAttributeSource
org.hibernate.metamodel.source.annotations.attribute   
org.hibernate.metamodel.source.annotations.entity   
org.hibernate.metamodel.source.binder   
org.hibernate.metamodel.source.hbm   
 

Uses of MetaAttributeSource in org.hibernate.metamodel.source.annotations.attribute
 

Methods in org.hibernate.metamodel.source.annotations.attribute that return types with arguments of type MetaAttributeSource
 Iterable<MetaAttributeSource> SingularAttributeSourceImpl.metaAttributes()
           
 

Uses of MetaAttributeSource in org.hibernate.metamodel.source.annotations.entity
 

Methods in org.hibernate.metamodel.source.annotations.entity that return types with arguments of type MetaAttributeSource
 Iterable<MetaAttributeSource> EntitySourceImpl.metaAttributes()
           
 Iterable<MetaAttributeSource> ComponentAttributeSourceImpl.metaAttributes()
           
 

Uses of MetaAttributeSource in org.hibernate.metamodel.source.binder
 

Methods in org.hibernate.metamodel.source.binder that return types with arguments of type MetaAttributeSource
 Iterable<MetaAttributeSource> EntitySource.metaAttributes()
          Obtain the meta-attribute sources associated with this entity.
 Iterable<MetaAttributeSource> AttributeSource.metaAttributes()
          Obtain the meta-attribute sources associated with this attribute.
 

Uses of MetaAttributeSource in org.hibernate.metamodel.source.hbm
 

Methods in org.hibernate.metamodel.source.hbm that return types with arguments of type MetaAttributeSource
static Iterable<MetaAttributeSource> Helper.buildMetaAttributeSources(List<JaxbMetaElement> metaElements)
           
 Iterable<MetaAttributeSource> AbstractEntitySourceImpl.metaAttributes()
           
 Iterable<MetaAttributeSource> AbstractPluralAttributeSourceImpl.metaAttributes()
           
 Iterable<MetaAttributeSource> ComponentAttributeSourceImpl.metaAttributes()
           
 



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