Package org.hibernate.cache.cfg.spi
package org.hibernate.cache.cfg.spi
An SPI modelling various aspects of the second-level cache configuration.
-
InterfacesClassDescriptionSpecialized DomainDataCachingConfig describing the requested caching config for a particular persistent collection's dataConfiguration for a specific type of data to be stored in the regionA "parameter object" for
RegionFactory.buildDomainDataRegion(org.hibernate.cache.cfg.spi.DomainDataRegionConfig, org.hibernate.cache.cfg.spi.DomainDataRegionBuildingContext)
calls, giving it access to information it needs.Configuration for a named region for caching domain data.Specialized DomainDataCachingConfig describing the requested caching config for a particular entity hierarchy's state dataSpecialized DomainDataCachingConfig describing the requested caching config for the natural-id data of a particular entity (hierarchy)