Uses of Class
org.hibernate.engine.spi.CachedNaturalIdValueSource
-
Packages that use CachedNaturalIdValueSource Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi -
-
Uses of CachedNaturalIdValueSource in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal with parameters of type CachedNaturalIdValueSource Modifier and Type Method Description void
NaturalIdResolutionsImpl. manageLocalResolution(Object id, Object naturalIdValue, EntityMappingType entityDescriptor, CachedNaturalIdValueSource source)
void
NaturalIdResolutionsImpl. manageSharedResolution(Object id, Object naturalId, Object previousNaturalId, EntityMappingType entityDescriptor, CachedNaturalIdValueSource source)
-
Uses of CachedNaturalIdValueSource in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CachedNaturalIdValueSource Modifier and Type Method Description static CachedNaturalIdValueSource
CachedNaturalIdValueSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static CachedNaturalIdValueSource[]
CachedNaturalIdValueSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.engine.spi with parameters of type CachedNaturalIdValueSource Modifier and Type Method Description void
NaturalIdResolutions. manageLocalResolution(Object id, Object naturalIdValue, EntityMappingType entityDescriptor, CachedNaturalIdValueSource source)
Ensures that the necessary local cross-reference exists.void
NaturalIdResolutions. manageSharedResolution(Object id, Object naturalId, Object previousNaturalId, EntityMappingType entityDescriptor, CachedNaturalIdValueSource source)
Ensures that the necessary cross-reference exists in the L2 cache
-