Class FilterPredicate.FilterFragmentPredicate
java.lang.Object
org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
- All Implemented Interfaces:
DomainResultProducer<Boolean>
,SqlSelectionProducer
,Expression
,Predicate
,SqlAstNode
- Enclosing class:
- FilterPredicate
-
Constructor Summary
ConstructorDescriptionFilterFragmentPredicate
(String sqlFragment, FilterImpl filter, List<String> parameterNames) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(SqlAstWalker sqlTreeWalker) 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
-
FilterFragmentPredicate
-
-
Method Details
-
getFilter
-
getFilterName
-
getSqlFragment
-
getParameters
-
accept
- Specified by:
accept
in interfaceSqlAstNode
-
getExpressionType
Description copied from interface:Expression
The type for this expression- Specified by:
getExpressionType
in interfaceExpression
-
isEmpty
public boolean isEmpty()
-