Class NegatedPredicate
- java.lang.Object
-
- org.hibernate.sql.ast.tree.predicate.NegatedPredicate
-
- All Implemented Interfaces:
DomainResultProducer<Boolean>,SqlSelectionProducer,Expression,Predicate,SqlAstNode
public class NegatedPredicate extends Object implements Predicate
-
-
Constructor Summary
Constructors Constructor Description NegatedPredicate(Predicate predicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(SqlAstWalker sqlTreeWalker)JdbcMappingContainergetExpressionType()The type for this expressionPredicategetPredicate()booleanisEmpty()-
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
-
NegatedPredicate
public NegatedPredicate(Predicate predicate)
-
-
Method Detail
-
getPredicate
public Predicate getPredicate()
-
accept
public void accept(SqlAstWalker sqlTreeWalker)
- Specified by:
acceptin interfaceSqlAstNode
-
getExpressionType
public JdbcMappingContainer getExpressionType()
Description copied from interface:ExpressionThe type for this expression- Specified by:
getExpressionTypein interfaceExpression
-
-