类 FilterManager
java.lang.Object
org.babyfish.jimmer.sql.filter.impl.FilterManager
- 所有已实现的接口:
Filters
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明disable(Collection<Filter<?>> filters)disableByTypes(Collection<Class<?>> filterTypes)enable(Collection<Filter<?>> filters)enableByTypes(Collection<Class<?>> filterTypes)getCacheableFilter(Class<?> type)getCacheableFilter(org.babyfish.jimmer.meta.ImmutableType type)getCacheableTargetFilter(org.babyfish.jimmer.meta.ImmutableProp prop)getCacheableTargetFilter(org.babyfish.jimmer.meta.TypedProp.Association<?,?> prop)getFilter(org.babyfish.jimmer.meta.ImmutableType type)getTargetFilter(org.babyfish.jimmer.meta.ImmutableProp prop)getTargetFilter(org.babyfish.jimmer.meta.TypedProp.Association<?,?> prop)voidinitialize(JSqlClient sqlClient)
-
构造器详细资料
-
FilterManager
-
-
方法详细资料
-
getFilter
-
getFilter
-
getTargetFilter
- 指定者:
getTargetFilter在接口中Filters
-
getTargetFilter
- 指定者:
getTargetFilter在接口中Filters
-
getCacheableFilter
- 指定者:
getCacheableFilter在接口中Filters
-
getCacheableFilter
- 指定者:
getCacheableFilter在接口中Filters
-
getCacheableTargetFilter
public CacheableFilter<Props> getCacheableTargetFilter(org.babyfish.jimmer.meta.ImmutableProp prop)- 指定者:
getCacheableTargetFilter在接口中Filters
-
getCacheableTargetFilter
public CacheableFilter<Props> getCacheableTargetFilter(org.babyfish.jimmer.meta.TypedProp.Association<?,?> prop)- 指定者:
getCacheableTargetFilter在接口中Filters
-
enable
-
disable
-
enableByTypes
-
disableByTypes
-
disableAll
-
initialize
-