类 CollectionDataCachingConfigImpl
- java.lang.Object
-
- org.hibernate.cache.cfg.internal.AbstractDomainDataCachingConfig
-
- org.hibernate.cache.cfg.internal.CollectionDataCachingConfigImpl
-
public class CollectionDataCachingConfigImpl extends AbstractDomainDataCachingConfig implements CollectionDataCachingConfig
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 CollectionDataCachingConfigImpl(Collection collectionDescriptor, AccessType accessType)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 NavigableRolegetNavigableRole()TheNavigableRoleof the thing to be cachedComparatorgetOwnerVersionComparator()The comparator to be used with the owning entity's version (if it has one).booleanisMutable()Is the data marked as being mutable?booleanisVersioned()Is the data to be cached considered versioned?-
从类继承的方法 org.hibernate.cache.cfg.internal.AbstractDomainDataCachingConfig
getAccessType
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.cache.cfg.spi.DomainDataCachingConfig
getAccessType
-
-
-
-
构造器详细资料
-
CollectionDataCachingConfigImpl
public CollectionDataCachingConfigImpl(Collection collectionDescriptor, AccessType accessType)
-
-
方法详细资料
-
isMutable
public boolean isMutable()
从接口复制的说明:DomainDataCachingConfigIs the data marked as being mutable?- 指定者:
isMutable在接口中DomainDataCachingConfig
-
isVersioned
public boolean isVersioned()
从接口复制的说明:DomainDataCachingConfigIs the data to be cached considered versioned?- 指定者:
isVersioned在接口中DomainDataCachingConfig
-
getOwnerVersionComparator
public Comparator getOwnerVersionComparator()
从接口复制的说明:CollectionDataCachingConfigThe comparator to be used with the owning entity's version (if it has one).
-
getNavigableRole
public NavigableRole getNavigableRole()
从接口复制的说明:DomainDataCachingConfigTheNavigableRoleof the thing to be cached- 指定者:
getNavigableRole在接口中DomainDataCachingConfig
-
-