Interface CollectionDataCachingConfig
- All Superinterfaces:
DomainDataCachingConfig
Specialized DomainDataCachingConfig describing the requested
caching config for a particular persistent collection's data
-
Method Summary
Modifier and TypeMethodDescriptionComparator<?> The comparator to be used with the owning entity's version (if it has one).Methods inherited from interface DomainDataCachingConfig
getAccessType, getNavigableRole, isMutable, isVersioned
-
Method Details
-
getOwnerVersionComparator
Comparator<?> getOwnerVersionComparator()The comparator to be used with the owning entity's version (if it has one).
-