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 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 CachedNaturalIdValueSource Modifier and Type Method Description voidNaturalIdResolutionsImpl. manageLocalResolution(Object id, Object naturalIdValue, EntityMappingType entityDescriptor, CachedNaturalIdValueSource source)voidNaturalIdResolutionsImpl. 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 CachedNaturalIdValueSourceCachedNaturalIdValueSource. 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 voidNaturalIdResolutions. 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
-