Interface SqmPredicate
-
- All Superinterfaces:
Expression<Boolean>,JpaCriteriaNode,JpaExpression<Boolean>,JpaPredicate,JpaSelection<Boolean>,JpaTupleElement<Boolean>,Predicate,Selection<Boolean>,Serializable,SqmExpressibleAccessor<Boolean>,SqmExpression<Boolean>,SqmNode,SqmSelectableNode<Boolean>,SqmTypedNode<Boolean>,SqmVisitableNode,TupleElement<Boolean>
- All Known Subinterfaces:
SqmInPredicate<T>,SqmNegatablePredicate
- All Known Implementing Classes:
AbstractNegatableSqmPredicate,AbstractSqmPredicate,SqmBetweenPredicate,SqmBooleanExpressionPredicate,SqmComparisonPredicate,SqmEmptinessPredicate,SqmExistsPredicate,SqmGroupedPredicate,SqmInListPredicate,SqmInSubQueryPredicate,SqmJunctionPredicate,SqmLikePredicate,SqmMemberOfPredicate,SqmNegatedPredicate,SqmNullnessPredicate,SqmTruthnessPredicate
public interface SqmPredicate extends SqmVisitableNode, JpaPredicate, SqmExpression<Boolean>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jakarta.persistence.criteria.Predicate
Predicate.BooleanOperator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SqmPredicatecopy(SqmCopyContext context)default JavaType<Boolean>getJavaTypeDescriptor()SqmPredicatenot()-
Methods inherited from interface org.hibernate.query.criteria.JpaSelection
alias, getCompoundSelectionItems, getSelectionItems
-
Methods inherited from interface org.hibernate.query.criteria.JpaTupleElement
getJavaType, getJavaTypeName, isEnum
-
Methods inherited from interface jakarta.persistence.criteria.Predicate
getExpressions, getOperator, isNegated
-
Methods inherited from interface jakarta.persistence.criteria.Selection
isCompoundSelection
-
Methods inherited from interface org.hibernate.query.sqm.tree.expression.SqmExpression
applyInferableType, as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, castAs, equalTo, equalTo, getNodeType, in, in, in, in, isNotNull, isNull, visitSubSelectableNodes
-
Methods inherited from interface org.hibernate.query.sqm.tree.SqmNode
asLoggableText, nodeBuilder
-
Methods inherited from interface org.hibernate.query.sqm.tree.select.SqmSelectableNode
getTupleLength
-
Methods inherited from interface org.hibernate.query.sqm.tree.SqmTypedNode
getExpressible, getNodeJavaType
-
Methods inherited from interface org.hibernate.query.sqm.tree.SqmVisitableNode
accept, appendHqlString, toHqlString
-
Methods inherited from interface jakarta.persistence.TupleElement
getAlias
-
-
-
-
Method Detail
-
getJavaTypeDescriptor
default JavaType<Boolean> getJavaTypeDescriptor()
- Specified by:
getJavaTypeDescriptorin interfaceJpaTupleElement<Boolean>
-
not
SqmPredicate not()
- Specified by:
notin interfaceJpaPredicate- Specified by:
notin interfacePredicate
-
copy
SqmPredicate copy(SqmCopyContext context)
- Specified by:
copyin interfaceSqmExpression<Boolean>- Specified by:
copyin interfaceSqmNode- Specified by:
copyin interfaceSqmSelectableNode<Boolean>- Specified by:
copyin interfaceSqmTypedNode<Boolean>
-
-