Uses of Interface
org.hibernate.jpamodelgen.model.MetaAttribute

Packages that use MetaAttribute
org.hibernate.jpamodelgen.annotation   
org.hibernate.jpamodelgen.model   
org.hibernate.jpamodelgen.xml   
 

Uses of MetaAttribute in org.hibernate.jpamodelgen.annotation
 

Classes in org.hibernate.jpamodelgen.annotation that implement MetaAttribute
 class AnnotationMetaAttribute
          Captures all information about an annotated persistent attribute.
 class AnnotationMetaCollection
           
 class AnnotationMetaMap
           
 class AnnotationMetaSingleAttribute
           
 

Methods in org.hibernate.jpamodelgen.annotation that return types with arguments of type MetaAttribute
 List<MetaAttribute> AnnotationMetaEntity.getMembers()
           
 List<MetaAttribute> AnnotationEmbeddable.getMembers()
           
 

Method parameters in org.hibernate.jpamodelgen.annotation with type arguments of type MetaAttribute
 void AnnotationMetaEntity.mergeInMembers(Collection<MetaAttribute> attributes)
           
 

Uses of MetaAttribute in org.hibernate.jpamodelgen.model
 

Subinterfaces of MetaAttribute in org.hibernate.jpamodelgen.model
 interface MetaCollection
           
 interface MetaSingleAttribute
           
 

Methods in org.hibernate.jpamodelgen.model that return types with arguments of type MetaAttribute
 List<MetaAttribute> MetaEntity.getMembers()
           
 

Uses of MetaAttribute in org.hibernate.jpamodelgen.xml
 

Classes in org.hibernate.jpamodelgen.xml that implement MetaAttribute
 class XmlMetaAttribute
           
 class XmlMetaCollection
           
 class XmlMetaMap
           
 class XmlMetaSingleAttribute
           
 

Fields in org.hibernate.jpamodelgen.xml with type parameters of type MetaAttribute
protected  List<MetaAttribute> XmlMetaEntity.members
           
 

Methods in org.hibernate.jpamodelgen.xml that return types with arguments of type MetaAttribute
 List<MetaAttribute> XmlMetaEntity.getMembers()
           
 List<MetaAttribute> XmlMetaEmbeddable.getMembers()
           
 



Copyright © 2009-2011. All Rights Reserved.