Uses of Enum Class
org.hibernate.engine.spi.CachedNaturalIdValueSource
Packages that use CachedNaturalIdValueSource
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of CachedNaturalIdValueSource in org.hibernate.engine.spi
Subclasses with type arguments of type CachedNaturalIdValueSource in org.hibernate.engine.spiModifier and TypeClassDescriptionenumThe type of action from which the cache call is originating.Methods in org.hibernate.engine.spi that return CachedNaturalIdValueSourceModifier and TypeMethodDescriptionstatic CachedNaturalIdValueSourceReturns 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 TypeMethodDescriptionvoidNaturalIdResolutions.manageLocalResolution(Object id, Object naturalIdValue, EntityMappingType entityDescriptor, CachedNaturalIdValueSource source) Ensures that the necessary local cross-reference exists.voidNaturalIdResolutions.manageSharedResolution(Object id, Object naturalId, Object previousNaturalId, EntityMappingType entityDescriptor, CachedNaturalIdValueSource source) Ensures that the necessary cross-reference exists in the L2 cache