-
- All Implemented Interfaces:
public interface Lifecycle.AfterSelectPredicate添加,修改,删除返回结果时的过滤器 一般作为可选参数出现 当返回结果为false时代表不执行相应的操作
-
-
Method Summary
Modifier and Type Method Description abstract Booleanpredicate(BeanProxy.BeanInstance<Object> beanInstance, QueryStructure qs, QueryPayload payload)-
-
Method Detail
-
predicate
abstract Boolean predicate(BeanProxy.BeanInstance<Object> beanInstance, QueryStructure qs, QueryPayload payload)
-
-
-
-