类 AbstractCacheFactory

java.lang.Object
org.babyfish.jimmer.sql.cache.AbstractCacheFactory
所有已实现的接口:
CacheFactory, FilterStateAware, FilterStateAwareCacheFactory

public abstract class AbstractCacheFactory extends Object implements FilterStateAwareCacheFactory
  • 构造器详细资料

    • AbstractCacheFactory

      public AbstractCacheFactory()
  • 方法详细资料

    • setFilterState

      public void setFilterState(FilterState filterState)
      This method is invoked by Jimmer, it can be ignored by user.
      指定者:
      setFilterState 在接口中 FilterStateAware
      参数:
      filterState -
    • getFilterState

      protected final 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.