Uses of Interface
org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
Packages that use NaturalIdUniqueKeyBinder
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
-
Uses of NaturalIdUniqueKeyBinder in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return NaturalIdUniqueKeyBinderModifier and TypeMethodDescriptionInFlightMetadataCollectorImpl.locateNaturalIdUniqueKeyBinder
(String entityName) Methods in org.hibernate.boot.internal with parameters of type NaturalIdUniqueKeyBinderModifier and TypeMethodDescriptionvoid
InFlightMetadataCollectorImpl.registerNaturalIdUniqueKeyBinder
(String entityName, NaturalIdUniqueKeyBinder ukBinder) -
Uses of NaturalIdUniqueKeyBinder in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return NaturalIdUniqueKeyBinderModifier and TypeMethodDescriptionInFlightMetadataCollector.locateNaturalIdUniqueKeyBinder
(String entityName) Methods in org.hibernate.boot.spi with parameters of type NaturalIdUniqueKeyBinderModifier and TypeMethodDescriptionvoid
InFlightMetadataCollector.registerNaturalIdUniqueKeyBinder
(String entityName, NaturalIdUniqueKeyBinder ukBinder) -
Uses of NaturalIdUniqueKeyBinder in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return NaturalIdUniqueKeyBinderModifier and TypeMethodDescriptionDialectFeatureChecks.FakeMetadataBuildingContext.locateNaturalIdUniqueKeyBinder
(String entityName) Methods in org.hibernate.testing.orm.junit with parameters of type NaturalIdUniqueKeyBinderModifier and TypeMethodDescriptionvoid
DialectFeatureChecks.FakeMetadataBuildingContext.registerNaturalIdUniqueKeyBinder
(String entityName, NaturalIdUniqueKeyBinder ukBinder)