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 classAbstractEntitySourceImplclassJoinedSubclassEntitySourceImplclassRootEntitySourceImplclassSubclassEntitySourceImplConstructors 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 interfaceJoinedSubclassEntitySourceinterfaceSubclassEntitySourceMethods in org.hibernate.boot.model.source.spi that return EntitySource Modifier and Type Method Description EntitySourceEntityHierarchySource. getRoot()Obtain the hierarchy's root type source.
-