public class NaturalIdDataCachingConfigImpl extends AbstractDomainDataCachingConfig implements NaturalIdDataCachingConfig
Constructor and Description |
---|
NaturalIdDataCachingConfigImpl(RootClass rootEntityDescriptor,
AccessType accessType) |
Modifier and Type | Method and Description |
---|---|
NavigableRole |
getNavigableRole()
The
NavigableRole of the thing to be cached |
boolean |
isMutable()
Is the data marked as being mutable?
|
boolean |
isVersioned()
Is the data to be cached considered versioned?
|
getAccessType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAccessType
public NaturalIdDataCachingConfigImpl(RootClass rootEntityDescriptor, AccessType accessType)
public NavigableRole getNavigableRole()
DomainDataCachingConfig
NavigableRole
of the thing to be cachedgetNavigableRole
in interface DomainDataCachingConfig
public boolean isMutable()
DomainDataCachingConfig
isMutable
in interface DomainDataCachingConfig
public boolean isVersioned()
DomainDataCachingConfig
isVersioned
in interface DomainDataCachingConfig
Copyright © 2019 JBoss by Red Hat. All rights reserved.