Uses of Class
org.hibernate.metamodel.source.annotations.entity.EntityClass

Packages that use EntityClass
org.hibernate.metamodel.source.annotations.attribute   
org.hibernate.metamodel.source.annotations.entity   
 

Uses of EntityClass in org.hibernate.metamodel.source.annotations.attribute
 

Constructors in org.hibernate.metamodel.source.annotations.attribute with parameters of type EntityClass
DiscriminatorSourceImpl(EntityClass entityClass)
           
 

Uses of EntityClass in org.hibernate.metamodel.source.annotations.entity
 

Methods in org.hibernate.metamodel.source.annotations.entity that return EntityClass
 EntityClass EntitySourceImpl.getEntityClass()
           
 

Constructors in org.hibernate.metamodel.source.annotations.entity with parameters of type EntityClass
EntityClass(org.jboss.jandex.ClassInfo classInfo, EntityClass parent, AccessType hierarchyAccessType, InheritanceType inheritanceType, AnnotationBindingContext context)
           
EntitySourceImpl(EntityClass entityClass)
           
RootEntitySourceImpl(EntityClass entityClass)
           
SubclassEntitySourceImpl(EntityClass entityClass)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.