类 NotPredicate

java.lang.Object
org.babyfish.jimmer.sql.ast.impl.NotPredicate
所有已实现的接口:
Expression<Boolean>, Ast, ExpressionImplementor<Boolean>, PredicateImplementor, Predicate, Selection<Boolean>

public class NotPredicate extends Object
  • 构造器详细资料

    • NotPredicate

      public NotPredicate(Predicate predicate)
  • 方法详细资料