Uses of Interface
org.hibernate.boot.model.source.spi.IdentifierSource
-
Packages that use IdentifierSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of IdentifierSource in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return IdentifierSource Modifier and Type Method Description IdentifierSource
EntityHierarchySourceImpl. getIdentifierSource()
-
Uses of IdentifierSource in org.hibernate.boot.model.source.spi
Subinterfaces of IdentifierSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interface
CompositeIdentifierSource
Common contract for composite identifiers.interface
IdentifierSourceAggregatedComposite
Additional contract describing the source of an identifier mapping whose nature isEntityIdentifierNature.AGGREGATED_COMPOSITE
.interface
IdentifierSourceNonAggregatedComposite
Additional contract describing the source of an identifier mapping whose nature isEntityIdentifierNature.NON_AGGREGATED_COMPOSITE
.interface
IdentifierSourceSimple
Methods in org.hibernate.boot.model.source.spi that return IdentifierSource Modifier and Type Method Description IdentifierSource
EntityHierarchySource. getIdentifierSource()
Obtain source information about this entity's identifier.
-