Class BooleanExpressionPredicate
- java.lang.Object
-
- org.hibernate.sql.ast.tree.predicate.AbstractPredicate
-
- org.hibernate.sql.ast.tree.predicate.BooleanExpressionPredicate
-
- All Implemented Interfaces:
DomainResultProducer<Boolean>,SqlSelectionProducer,Expression,Predicate,SqlAstNode
public class BooleanExpressionPredicate extends AbstractPredicate
-
-
Constructor Summary
Constructors Constructor Description BooleanExpressionPredicate(Expression expression)BooleanExpressionPredicate(Expression expression, boolean negated, JdbcMappingContainer expressionType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(SqlAstWalker sqlTreeWalker)ExpressiongetExpression()-
Methods inherited from class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
getExpressionType, isEmpty, isNegated
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.sql.ast.tree.expression.Expression
createDomainResultSqlSelection, createSqlSelection, getColumnReference
-
Methods inherited from interface org.hibernate.sql.ast.tree.predicate.Predicate
applySqlSelections, createDomainResult
-
-
-
-
Constructor Detail
-
BooleanExpressionPredicate
public BooleanExpressionPredicate(Expression expression)
-
BooleanExpressionPredicate
public BooleanExpressionPredicate(Expression expression, boolean negated, JdbcMappingContainer expressionType)
-
-
Method Detail
-
getExpression
public Expression getExpression()
-
accept
public void accept(SqlAstWalker sqlTreeWalker)
-
-