Class FilterPredicate
java.lang.Object
org.hibernate.sql.ast.tree.predicate.FilterPredicate
- All Implemented Interfaces:
DomainResultProducer<Boolean>
,SqlSelectionProducer
,Expression
,Predicate
,SqlAstNode
Collection of
FilterPredicate.FilterFragmentPredicate
sub-predicates, each
representing one enabled filter restriction.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(SqlAstWalker sqlTreeWalker) void
applyFragment
(String processedFragment, FilterImpl filter, List<String> parameterNames) void
void
applyParameter
(FilterJdbcParameter parameter) The type for this expressionboolean
isEmpty()
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
-
FilterPredicate
public FilterPredicate()
-
-
Method Details
-
applyFragment
-
applyFragment
-
applyParameter
-
getFragments
-
getParameters
-
isEmpty
public boolean isEmpty() -
accept
- Specified by:
accept
in interfaceSqlAstNode
-
getExpressionType
Description copied from interface:Expression
The type for this expression- Specified by:
getExpressionType
in interfaceExpression
-