Uses of Interface
org.hibernate.boot.model.source.spi.IdentifierSource
Packages that use IdentifierSource
-
Uses of IdentifierSource in org.hibernate.boot.model.source.spi
Subinterfaces of IdentifierSource in org.hibernate.boot.model.source.spiModifier and TypeInterfaceDescriptioninterfaceCommon contract for composite identifiers.interfaceAdditional contract describing the source of an identifier mapping whose nature isEntityIdentifierNature.AGGREGATED_COMPOSITE.interfaceAdditional contract describing the source of an identifier mapping whose nature isEntityIdentifierNature.NON_AGGREGATED_COMPOSITE.interfaceMethods in org.hibernate.boot.model.source.spi that return IdentifierSourceModifier and TypeMethodDescriptionEntityHierarchySource.getIdentifierSource()Obtain source information about this entity's identifier.