Uses of Class
org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity

Packages that use AnnotationMetaEntity
org.hibernate.jpamodelgen.annotation   
 

Uses of AnnotationMetaEntity in org.hibernate.jpamodelgen.annotation
 

Subclasses of AnnotationMetaEntity in org.hibernate.jpamodelgen.annotation
 class AnnotationEmbeddable
           
 

Constructors in org.hibernate.jpamodelgen.annotation with parameters of type AnnotationMetaEntity
AnnotationMetaAttribute(AnnotationMetaEntity parent, Element element, String type)
           
AnnotationMetaCollection(AnnotationMetaEntity parent, Element element, String collectionType, String elementType)
           
AnnotationMetaMap(AnnotationMetaEntity parent, Element element, String collectionType, String keyType, String elementType)
           
AnnotationMetaSingleAttribute(AnnotationMetaEntity parent, Element element, String type)
           
 



Copyright © 2009-2011. All Rights Reserved.