Package org.hibernate.cache.cfg.spi
Interface DomainDataCachingConfig
- All Known Subinterfaces:
CollectionDataCachingConfig
,EntityDataCachingConfig
,NaturalIdDataCachingConfig
- All Known Implementing Classes:
AbstractDomainDataCachingConfig
,CollectionDataCachingConfigImpl
,EntityDataCachingConfigImpl
,NaturalIdDataCachingConfigImpl
public interface DomainDataCachingConfig
Configuration for a specific type of data to be stored in the
region
-
Method Summary
Modifier and TypeMethodDescriptionThe requested AccessTypeTheNavigableRole
of the thing to be cachedboolean
Is the data marked as being mutable?boolean
Is the data to be cached considered versioned?
-
Method Details
-
getAccessType
AccessType getAccessType()The requested AccessType -
isMutable
boolean isMutable()Is the data marked as being mutable? -
isVersioned
boolean isVersioned()Is the data to be cached considered versioned?
-