public class CollectionDataCachingConfigImpl extends AbstractDomainDataCachingConfig implements CollectionDataCachingConfig
Constructor and Description |
---|
CollectionDataCachingConfigImpl(Collection collectionDescriptor,
AccessType accessType) |
Modifier and Type | Method and Description |
---|---|
NavigableRole |
getNavigableRole()
The
NavigableRole of the thing to be cached |
Comparator |
getOwnerVersionComparator()
The comparator to be used with the owning entity's version (if it has one).
|
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 CollectionDataCachingConfigImpl(Collection collectionDescriptor, AccessType accessType)
public boolean isMutable()
DomainDataCachingConfig
isMutable
in interface DomainDataCachingConfig
public boolean isVersioned()
DomainDataCachingConfig
isVersioned
in interface DomainDataCachingConfig
public Comparator getOwnerVersionComparator()
CollectionDataCachingConfig
getOwnerVersionComparator
in interface CollectionDataCachingConfig
public NavigableRole getNavigableRole()
DomainDataCachingConfig
NavigableRole
of the thing to be cachedgetNavigableRole
in interface DomainDataCachingConfig
Copyright © 2019 JBoss by Red Hat. All rights reserved.