Package cn.cloudself.query.config
Interface Lifecycle.AfterSelectPredicate
-
- Enclosing class:
- Lifecycle
public static interface Lifecycle.AfterSelectPredicate添加,修改,删除返回结果时的过滤器 一般作为可选参数出现 当返回结果为false时代表不执行相应的操作
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanpredicate(EntityProxy.BeanInstance<?,Object> beanInstance, QueryStructure qs, QueryPayload payload)
-
-
-
Method Detail
-
predicate
boolean predicate(@Nullable EntityProxy.BeanInstance<?,Object> beanInstance, QueryStructure qs, QueryPayload payload)
-
-