Uses of Interface
org.hibernate.boot.model.source.spi.IdentifierSource
-
Packages that use IdentifierSource Package Description org.hibernate.boot.model.source.spi -
-
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 interfaceCompositeIdentifierSourceCommon contract for composite identifiers.interfaceIdentifierSourceAggregatedCompositeAdditional contract describing the source of an identifier mapping whosenatureisEntityIdentifierNature.AGGREGATED_COMPOSITE.interfaceIdentifierSourceNonAggregatedCompositeAdditional contract describing the source of an identifier mapping whosenatureisEntityIdentifierNature.NON_AGGREGATED_COMPOSITE.interfaceIdentifierSourceSimpleMethods in org.hibernate.boot.model.source.spi that return IdentifierSource Modifier and Type Method Description IdentifierSourceEntityHierarchySource. getIdentifierSource()Obtain source information about this entity's identifier.
-