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
           
 class AnnotationMetaCollection
           
 class AnnotationMetaMap
           
 class AnnotationMetaSingleAttribute
           
 

Fields in org.hibernate.jpamodelgen.annotation with type parameters of type MetaAttribute
protected  java.util.Map<java.lang.String,MetaAttribute> AnnotationMetaEntity.members
           
 

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

Method parameters in org.hibernate.jpamodelgen.annotation with type arguments of type MetaAttribute
 void AnnotationMetaEntity.mergeInMembers(java.util.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
 java.util.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  java.util.List<MetaAttribute> XmlMetaEntity.members
           
 

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



Copyright © 2009-2010. All Rights Reserved.