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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(SqlAstWalker sqlTreeWalker) voidapplyFragment(String processedFragment, Filter filter, List<String> parameterNames) voidvoidapplyParameter(FilterJdbcParameter parameter) The type for this expressionbooleanisEmpty()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.sql.ast.tree.expression.Expression
createDomainResultSqlSelection, createSqlSelection, getColumnReferenceMethods 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:
acceptin interfaceSqlAstNode
-
getExpressionType
Description copied from interface:ExpressionThe type for this expression- Specified by:
getExpressionTypein interfaceExpression
-