Uses of Interface
org.hibernate.cache.cfg.spi.DomainDataCachingConfig
-
Packages that use DomainDataCachingConfig Package Description org.hibernate.cache.cfg.internal Implementation of the second-level cache configuration SPI.org.hibernate.cache.cfg.spi An SPI modelling various aspects of the second-level cache configuration. -
-
Uses of DomainDataCachingConfig in org.hibernate.cache.cfg.internal
Classes in org.hibernate.cache.cfg.internal that implement DomainDataCachingConfig Modifier and Type Class Description class
AbstractDomainDataCachingConfig
class
CollectionDataCachingConfigImpl
class
EntityDataCachingConfigImpl
class
NaturalIdDataCachingConfigImpl
-
Uses of DomainDataCachingConfig in org.hibernate.cache.cfg.spi
Subinterfaces of DomainDataCachingConfig in org.hibernate.cache.cfg.spi Modifier and Type Interface Description interface
CollectionDataCachingConfig
Specialized DomainDataCachingConfig describing the requested caching config for a particular persistent collection's datainterface
EntityDataCachingConfig
Specialized DomainDataCachingConfig describing the requested caching config for a particular entity hierarchy's state datainterface
NaturalIdDataCachingConfig
Specialized DomainDataCachingConfig describing the requested caching config for the natural-id data of a particular entity (hierarchy)
-