Class ThruthnessPredicate

java.lang.Object
org.hibernate.sql.ast.tree.predicate.AbstractPredicate
org.hibernate.sql.ast.tree.predicate.ThruthnessPredicate
All Implemented Interfaces:
DomainResultProducer<Boolean>, SqlSelectionProducer, Expression, Predicate, SqlAstNode

public class ThruthnessPredicate extends AbstractPredicate
  • Constructor Details

  • Method Details

    • getBooleanValue

      public boolean getBooleanValue()
    • getExpression

      public Expression getExpression()
    • accept

      public void accept(SqlAstWalker sqlTreeWalker)