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 classEntityHierarchySourceImplModels an entity hierarchy as defined byhbm.xmldocumentsMethods in org.hibernate.boot.model.source.internal.hbm that return EntityHierarchySource Modifier and Type Method Description EntityHierarchySourceAbstractEntitySourceImpl. 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 EntityHierarchySourceIdentifiableTypeSource. getHierarchy()Get the hierarchy this belongs to.
-