Class NaturalIdCacheKey

java.lang.Object
org.hibernate.cache.internal.NaturalIdCacheKey
All Implemented Interfaces:
Serializable

public class NaturalIdCacheKey extends Object implements Serializable
Defines a key for caching natural identifier resolutions into the second level cache. This was named org.hibernate.cache.spi.NaturalIdCacheKey in Hibernate until version 5. Temporarily maintained as a reference while all components catch up with the refactoring to the caching interfaces.
See Also: