Uses of Interface
org.hibernate.boot.model.source.spi.IdentifierSource
Packages that use IdentifierSource
Package
Description
-
Uses of IdentifierSource in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return IdentifierSource -
Uses of IdentifierSource in org.hibernate.boot.model.source.spi
Subinterfaces of IdentifierSource in org.hibernate.boot.model.source.spiModifier and TypeInterfaceDescriptioninterface
Common contract for composite identifiers.interface
Additional contract describing the source of an identifier mapping whose nature isEntityIdentifierNature.AGGREGATED_COMPOSITE
.interface
Additional contract describing the source of an identifier mapping whose nature isEntityIdentifierNature.NON_AGGREGATED_COMPOSITE
.interface
Methods in org.hibernate.boot.model.source.spi that return IdentifierSourceModifier and TypeMethodDescriptionEntityHierarchySource.getIdentifierSource()
Obtain source information about this entity's identifier.