Package org.hibernate.cache.cfg.spi
Interface CollectionDataCachingConfig
-
- All Superinterfaces:
DomainDataCachingConfig
- All Known Implementing Classes:
CollectionDataCachingConfigImpl
public interface CollectionDataCachingConfig extends DomainDataCachingConfig
Specialized DomainDataCachingConfig describing the requested caching config for a particular persistent collection's data
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Comparator
getOwnerVersionComparator()
The comparator to be used with the owning entity's version (if it has one).-
Methods inherited from interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
getAccessType, getNavigableRole, isMutable, isVersioned
-
-
-
-
Method Detail
-
getOwnerVersionComparator
Comparator getOwnerVersionComparator()
The comparator to be used with the owning entity's version (if it has one).
-
-