Uses of Interface
org.hibernate.jpamodelgen.MetaEntity

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

Uses of MetaEntity in org.hibernate.jpamodelgen
 

Methods in org.hibernate.jpamodelgen that return types with arguments of type MetaEntity
 java.util.Map<java.lang.String,MetaEntity> Context.getMetaEntitiesToProcess()
           
 java.util.Map<java.lang.String,MetaEntity> Context.getMetaSuperclassAndEmbeddableToProcess()
           
 

Methods in org.hibernate.jpamodelgen with parameters of type MetaEntity
static void ClassWriter.writeFile(MetaEntity entity, Context context)
           
 

Uses of MetaEntity in org.hibernate.jpamodelgen.annotation
 

Classes in org.hibernate.jpamodelgen.annotation that implement MetaEntity
 class AnnotationMetaEntity
           
 

Uses of MetaEntity in org.hibernate.jpamodelgen.xml
 

Classes in org.hibernate.jpamodelgen.xml that implement MetaEntity
 class XmlMetaEntity
           
 



Copyright © 2009. All Rights Reserved.