Uses of Interface
org.hibernate.boot.model.source.spi.EntitySource
Packages that use EntitySource
Package
Description
-
Uses of EntitySource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement EntitySourceModifier and TypeClassDescriptionclass
class
class
class
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type EntitySourceModifierConstructorDescriptionJoinedSubclassEntitySourceImpl
(MappingDocument sourceMappingDocument, JaxbHbmJoinedSubclassEntityType jaxbJoinedSubclassMapping, EntitySource container) protected
SubclassEntitySourceImpl
(MappingDocument sourceMappingDocument, JaxbHbmEntityBaseDefinition entityElement, EntitySource container) -
Uses of EntitySource in org.hibernate.boot.model.source.spi
Subinterfaces of EntitySource in org.hibernate.boot.model.source.spiModifier and TypeInterfaceDescriptioninterface
interface
Methods in org.hibernate.boot.model.source.spi that return EntitySourceModifier and TypeMethodDescriptionEntityHierarchySource.getRoot()
Obtain the hierarchy's root type source.