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

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

Uses of MetaEntity in org.hibernate.jpamodelgen
 

Methods in org.hibernate.jpamodelgen that return MetaEntity
 MetaEntity Context.getMetaEmbeddable(String fqcn)
           
 MetaEntity Context.getMetaEntity(String fqcn)
           
 

Methods in org.hibernate.jpamodelgen that return types with arguments of type MetaEntity
 Collection<MetaEntity> Context.getMetaEmbeddables()
           
 Collection<MetaEntity> Context.getMetaEntities()
           
 

Methods in org.hibernate.jpamodelgen with parameters of type MetaEntity
 void Context.addMetaEmbeddable(String fqcn, MetaEntity metaEntity)
           
 void Context.addMetaEntity(String fqcn, MetaEntity 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 AnnotationEmbeddable
           
 class AnnotationMetaEntity
          Class used to collect meta information about an annotated entity.
 

Methods in org.hibernate.jpamodelgen.annotation that return MetaEntity
 MetaEntity AnnotationMetaAttribute.getHostingEntity()
           
 

Uses of MetaEntity in org.hibernate.jpamodelgen.model
 

Methods in org.hibernate.jpamodelgen.model that return MetaEntity
 MetaEntity MetaAttribute.getHostingEntity()
           
 

Uses of MetaEntity in org.hibernate.jpamodelgen.xml
 

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

Methods in org.hibernate.jpamodelgen.xml that return MetaEntity
 MetaEntity XmlMetaAttribute.getHostingEntity()
           
 



Copyright © 2009-2011. All Rights Reserved.