Class ThruthnessPredicate
java.lang.Object
org.hibernate.sql.ast.tree.predicate.AbstractPredicate
org.hibernate.sql.ast.tree.predicate.ThruthnessPredicate
- All Implemented Interfaces:
org.hibernate.query.sqm.sql.internal.DomainResultProducer<Boolean>, SqlSelectionProducer, Expression, Predicate, SqlAstNode
-
Constructor Summary
ConstructorsConstructorDescriptionThruthnessPredicate(Expression expression, boolean value, boolean negated, JdbcMappingContainer expressionType) -
Method Summary
Methods inherited from class AbstractPredicate
getExpressionType, isEmpty, isNegatedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Expression
createDomainResultSqlSelection, createSqlSelection, getColumnReferenceMethods inherited from interface Predicate
applySqlSelections, createDomainResult
-
Constructor Details
-
ThruthnessPredicate
public ThruthnessPredicate(Expression expression, boolean value, boolean negated, JdbcMappingContainer expressionType)
-
-
Method Details
-
getBooleanValue
public boolean getBooleanValue() -
getExpression
-
accept
-