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
-
Constructor Summary
ConstructorDescriptionThruthnessPredicate
(Expression expression, boolean value, boolean negated, JdbcMappingContainer expressionType) -
Method Summary
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 Details
-
ThruthnessPredicate
public ThruthnessPredicate(Expression expression, boolean value, boolean negated, JdbcMappingContainer expressionType)
-
-
Method Details
-
getBooleanValue
public boolean getBooleanValue() -
getExpression
-
accept
-