Uses of Class
org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
-
Packages that use EntityHierarchySourceImpl Package Description org.hibernate.boot.model.source.internal.hbm -
-
Uses of EntityHierarchySourceImpl in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return types with arguments of type EntityHierarchySourceImpl Modifier and Type Method Description List<EntityHierarchySourceImpl>
EntityHierarchyBuilder. buildHierarchies()
To be called after all mapping documents have been processed (viaEntityHierarchyBuilder.indexMappingDocument(org.hibernate.boot.model.source.internal.hbm.MappingDocument)
)Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type EntityHierarchySourceImpl Modifier and Type Method Description void
ModelBinder. bindEntityHierarchy(EntityHierarchySourceImpl hierarchySource)
void
AbstractEntitySourceImpl. injectHierarchy(EntityHierarchySourceImpl entityHierarchy)
-