Uses of Class
org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
Packages that use EntityHierarchySourceImpl
-
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 EntityHierarchySourceImplModifier and TypeMethodDescriptionEntityHierarchyBuilder.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 EntityHierarchySourceImplModifier and TypeMethodDescriptionvoid
ModelBinder.bindEntityHierarchy
(EntityHierarchySourceImpl hierarchySource) void
AbstractEntitySourceImpl.injectHierarchy
(EntityHierarchySourceImpl entityHierarchy)