接口 Filters
- 所有已知实现类:
FilterManager
public interface Filters
-
方法概要
修饰符和类型方法说明getFilter(org.babyfish.jimmer.meta.ImmutableType type) getFilter(org.babyfish.jimmer.meta.ImmutableType type, boolean shardingOnly) getParameterMapRef(Class<?> type) Returns the reference wrapper of parameterMapgetParameterMapRef(org.babyfish.jimmer.meta.ImmutableType type) Returns the reference wrapper of parameterMapgetTargetFilter(org.babyfish.jimmer.meta.ImmutableProp prop) getTargetFilter(org.babyfish.jimmer.meta.ImmutableProp prop, boolean shardingOnly) getTargetFilter(org.babyfish.jimmer.meta.TypedProp.Association<?, ?> prop) getTargetFilter(org.babyfish.jimmer.meta.TypedProp.Association<?, ?> prop, boolean shardingOnly) getTargetParameterMapRef(org.babyfish.jimmer.meta.ImmutableProp prop) Returns the reference wrapper of parameterMapgetTargetParameterMapRef(org.babyfish.jimmer.meta.TypedProp.Association<?, ?> prop) Returns the reference wrapper of parameterMap
-
方法详细资料
-
getFilter
-
getFilter
-
getTargetFilter
-
getTargetFilter
-
getFilter
-
getFilter
-
getTargetFilter
-
getTargetFilter
-
getParameterMapRef
Returns the reference wrapper of parameterMap- 参数:
type- The filtered type- 返回:
- If the `Ref` itself is null, means there is a filter but not cacheable filter
- If the `Ref` itself is not null, there is no filter or there is a cacheable filter
-
getParameterMapRef
org.babyfish.jimmer.lang.Ref<SortedMap<String,Object>> getParameterMapRef(org.babyfish.jimmer.meta.ImmutableType type) Returns the reference wrapper of parameterMap- 参数:
type- The filtered type- 返回:
- If the `Ref` itself is null, means there is a filter but not cacheable filter
- If the `Ref` itself is not null, there is no filter or there is a cacheable filter
-
getTargetParameterMapRef
org.babyfish.jimmer.lang.Ref<SortedMap<String,Object>> getTargetParameterMapRef(org.babyfish.jimmer.meta.ImmutableProp prop) Returns the reference wrapper of parameterMap- 参数:
prop- The property associates the filtered type- 返回:
- If the `Ref` itself is null, means there is a filter but not cacheable filter
- If the `Ref` itself is not null, there is no filter or there is a cacheable filter
-
getTargetParameterMapRef
org.babyfish.jimmer.lang.Ref<SortedMap<String,Object>> getTargetParameterMapRef(org.babyfish.jimmer.meta.TypedProp.Association<?, ?> prop) Returns the reference wrapper of parameterMap- 参数:
prop- The property associates the filtered type- 返回:
- If the `Ref` itself is null, means there is a filter but not cacheable filter
- If the `Ref` itself is not null, there is no filter or there is a cacheable filter
-