Uses of Interface
org.hibernate.boot.model.source.spi.EntitySource
-
Packages that use EntitySource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of EntitySource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement EntitySource Modifier and Type Class Description class
AbstractEntitySourceImpl
class
JoinedSubclassEntitySourceImpl
class
RootEntitySourceImpl
class
SubclassEntitySourceImpl
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type EntitySource Constructor Description JoinedSubclassEntitySourceImpl(MappingDocument sourceMappingDocument, JaxbHbmJoinedSubclassEntityType jaxbJoinedSubclassMapping, EntitySource container)
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.spi Modifier and Type Interface Description interface
JoinedSubclassEntitySource
interface
SubclassEntitySource
Methods in org.hibernate.boot.model.source.spi that return EntitySource Modifier and Type Method Description EntitySource
EntityHierarchySource. getRoot()
Obtain the hierarchy's root type source.
-