Package org.hibernate.cache.cfg.internal
Class NaturalIdDataCachingConfigImpl
- java.lang.Object
-
- org.hibernate.cache.cfg.internal.AbstractDomainDataCachingConfig
-
- org.hibernate.cache.cfg.internal.NaturalIdDataCachingConfigImpl
-
- All Implemented Interfaces:
DomainDataCachingConfig,NaturalIdDataCachingConfig
public class NaturalIdDataCachingConfigImpl extends AbstractDomainDataCachingConfig implements NaturalIdDataCachingConfig
-
-
Constructor Summary
Constructors Constructor Description NaturalIdDataCachingConfigImpl(RootClass rootEntityDescriptor, AccessType accessType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NavigableRolegetNavigableRole()TheNavigableRoleof the thing to be cachedbooleanisMutable()Is the data marked as being mutable?booleanisVersioned()Is the data to be cached considered versioned?-
Methods inherited from class org.hibernate.cache.cfg.internal.AbstractDomainDataCachingConfig
getAccessType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
getAccessType
-
-
-
-
Constructor Detail
-
NaturalIdDataCachingConfigImpl
public NaturalIdDataCachingConfigImpl(RootClass rootEntityDescriptor, AccessType accessType)
-
-
Method Detail
-
getNavigableRole
public NavigableRole getNavigableRole()
Description copied from interface:DomainDataCachingConfigTheNavigableRoleof the thing to be cached- Specified by:
getNavigableRolein interfaceDomainDataCachingConfig
-
isMutable
public boolean isMutable()
Description copied from interface:DomainDataCachingConfigIs the data marked as being mutable?- Specified by:
isMutablein interfaceDomainDataCachingConfig
-
isVersioned
public boolean isVersioned()
Description copied from interface:DomainDataCachingConfigIs the data to be cached considered versioned?- Specified by:
isVersionedin interfaceDomainDataCachingConfig
-
-