Class FilterPredicate.FilterFragmentPredicate
java.lang.Object
org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
- All Implemented Interfaces:
org.hibernate.query.sqm.sql.internal.DomainResultProducer<Boolean>, SqlSelectionProducer, Expression, Predicate, SqlAstNode
- Enclosing class:
FilterPredicate
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(SqlAstWalker sqlTreeWalker) The type for this expressionbooleanisEmpty()Methods 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
-
Method Details
-
getFilter
-
getFilterName
-
getSqlFragment
-
getParameters
-
accept
- Specified by:
acceptin interfaceSqlAstNode
-
getExpressionType
Description copied from interface:ExpressionThe type for this expression- Specified by:
getExpressionTypein interfaceExpression
-
isEmpty
-