类 AbstractCacheFactory
java.lang.Object
org.babyfish.jimmer.sql.cache.AbstractCacheFactory
- 所有已实现的接口:
CacheFactory,FilterStateAware,FilterStateAwareCacheFactory
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected final FilterStateGet the filter state object which can help you to simply your code.voidsetFilterState(FilterState filterState) This method is invoked by Jimmer, it can be ignored by user.从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.babyfish.jimmer.sql.cache.CacheFactory
createAssociatedIdCache, createAssociatedIdListCache, createObjectCache, createResolverCache
-
构造器详细资料
-
AbstractCacheFactory
public AbstractCacheFactory()
-
-
方法详细资料
-
setFilterState
This method is invoked by Jimmer, it can be ignored by user.- 指定者:
setFilterState在接口中FilterStateAware- 参数:
filterState-
-
getFilterState
Get the filter state object which can help you to simply your code.- 返回:
- The filter state which can tell you whether an entity type is affected by global filters.
-