Uses of Enum Class
org.hibernate.engine.spi.CachedNaturalIdValueSource
Packages that use CachedNaturalIdValueSource
Package
Description
Support for many of the internal workings of Hibernate.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of CachedNaturalIdValueSource in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal with parameters of type CachedNaturalIdValueSourceModifier and TypeMethodDescriptionvoid
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 CachedNaturalIdValueSourceModifier and TypeMethodDescriptionstatic CachedNaturalIdValueSource
Returns the enum constant of this class with the specified name.static CachedNaturalIdValueSource[]
CachedNaturalIdValueSource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.engine.spi with parameters of type CachedNaturalIdValueSourceModifier and TypeMethodDescriptionvoid
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