Uses of Interface
org.hibernate.internal.jaxb.mapping.hbm.EntityElement

Packages that use EntityElement
org.hibernate.internal.jaxb.mapping.hbm   
org.hibernate.metamodel.source.hbm   
 

Uses of EntityElement in org.hibernate.internal.jaxb.mapping.hbm
 

Subinterfaces of EntityElement in org.hibernate.internal.jaxb.mapping.hbm
 interface SubEntityElement
           
 

Classes in org.hibernate.internal.jaxb.mapping.hbm that implement EntityElement
static class JaxbHibernateMapping.JaxbClass
          Java class for anonymous complex type.
 class JaxbJoinedSubclassElement
          Java class for joined-subclass-element complex type.
 class JaxbSubclassElement
          Java class for subclass-element complex type.
 class JaxbUnionSubclassElement
          Java class for union-subclass-element complex type.
 

Uses of EntityElement in org.hibernate.metamodel.source.hbm
 

Methods in org.hibernate.metamodel.source.hbm that return EntityElement
protected  EntityElement AbstractEntitySourceImpl.entityElement()
           
 

Methods in org.hibernate.metamodel.source.hbm with parameters of type EntityElement
 String HbmBindingContext.determineEntityName(EntityElement entityElement)
           
static String Helper.determineEntityName(EntityElement entityElement, String unqualifiedClassPackage)
          Given the user-specified entity mapping, determine the appropriate entity name
static InheritanceType Helper.interpretInheritanceType(EntityElement entityElement)
           
 

Constructors in org.hibernate.metamodel.source.hbm with parameters of type EntityElement
AbstractEntitySourceImpl(MappingDocument sourceMappingDocument, EntityElement entityElement)
           
SubclassEntitySourceImpl(MappingDocument sourceMappingDocument, EntityElement entityElement)
           
 



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