Uses of Interface
org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
-
Packages that use NaturalIdUniqueKeyBinder Package Description org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.testing.orm.junit -
-
Uses of NaturalIdUniqueKeyBinder in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return NaturalIdUniqueKeyBinder Modifier and Type Method Description NaturalIdUniqueKeyBinderInFlightMetadataCollectorImpl. locateNaturalIdUniqueKeyBinder(String entityName)Methods in org.hibernate.boot.internal with parameters of type NaturalIdUniqueKeyBinder Modifier and Type Method Description voidInFlightMetadataCollectorImpl. registerNaturalIdUniqueKeyBinder(String entityName, NaturalIdUniqueKeyBinder ukBinder) -
Uses of NaturalIdUniqueKeyBinder in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return NaturalIdUniqueKeyBinder Modifier and Type Method Description NaturalIdUniqueKeyBinderInFlightMetadataCollector. locateNaturalIdUniqueKeyBinder(String entityName)Methods in org.hibernate.boot.spi with parameters of type NaturalIdUniqueKeyBinder Modifier and Type Method Description voidInFlightMetadataCollector. registerNaturalIdUniqueKeyBinder(String entityName, NaturalIdUniqueKeyBinder ukBinder) -
Uses of NaturalIdUniqueKeyBinder in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return NaturalIdUniqueKeyBinder Modifier and Type Method Description NaturalIdUniqueKeyBinderDialectFeatureChecks.FakeMetadataBuildingContext. locateNaturalIdUniqueKeyBinder(String entityName)Methods in org.hibernate.testing.orm.junit with parameters of type NaturalIdUniqueKeyBinder Modifier and Type Method Description voidDialectFeatureChecks.FakeMetadataBuildingContext. registerNaturalIdUniqueKeyBinder(String entityName, NaturalIdUniqueKeyBinder ukBinder)
-