接口 CollectionDataCachingConfig
-
- 所有超级接口:
DomainDataCachingConfig
- 所有已知实现类:
CollectionDataCachingConfigImpl
public interface CollectionDataCachingConfig extends DomainDataCachingConfig
Specialized DomainDataCachingConfig describing the requested caching config for a particular persistent collection's data- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ComparatorgetOwnerVersionComparator()The comparator to be used with the owning entity's version (if it has one).-
从接口继承的方法 org.hibernate.cache.cfg.spi.DomainDataCachingConfig
getAccessType, getNavigableRole, isMutable, isVersioned
-
-
-
-
方法详细资料
-
getOwnerVersionComparator
Comparator getOwnerVersionComparator()
The comparator to be used with the owning entity's version (if it has one).
-
-