Uses of Interface
org.hibernate.jpamodelgen.MetaAttribute

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

Uses of MetaAttribute in org.hibernate.jpamodelgen
 

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

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

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
           
 

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

Uses of MetaAttribute in org.hibernate.jpamodelgen.xml
 

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

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



Copyright © 2009. All Rights Reserved.