Uses of Interface
org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
-
Packages that use NaturalIdUniqueKeyBinder Package Description org.hibernate.boot.spi -
-
Uses of NaturalIdUniqueKeyBinder in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return NaturalIdUniqueKeyBinder Modifier and Type Method Description NaturalIdUniqueKeyBinderInFlightMetadataCollector. locateNaturalIdUniqueKeyBinder(java.lang.String entityName)Methods in org.hibernate.boot.spi with parameters of type NaturalIdUniqueKeyBinder Modifier and Type Method Description voidInFlightMetadataCollector. registerNaturalIdUniqueKeyBinder(java.lang.String entityName, NaturalIdUniqueKeyBinder ukBinder)
-