Uses of Interface
org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Packages that use EntityHierarchySource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of EntityHierarchySource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement EntityHierarchySource Modifier and Type Class Description class
EntityHierarchySourceImpl
Models an entity hierarchy as defined byhbm.xml
documentsMethods in org.hibernate.boot.model.source.internal.hbm that return EntityHierarchySource Modifier and Type Method Description EntityHierarchySource
AbstractEntitySourceImpl. getHierarchy()
-
Uses of EntityHierarchySource in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return EntityHierarchySource Modifier and Type Method Description EntityHierarchySource
IdentifiableTypeSource. getHierarchy()
Get the hierarchy this belongs to.
-