Class SqmNegatedPredicate
java.lang.Object
org.hibernate.query.sqm.tree.AbstractSqmNode
org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement<Boolean>
org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection<Boolean>
org.hibernate.query.sqm.tree.expression.AbstractSqmExpression<Boolean>
org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
- All Implemented Interfaces:
BooleanExpression, ComparableExpression<Boolean>, Expression<Boolean>, Predicate, Selection<Boolean>, TupleElement<Boolean>, Serializable, JpaBooleanExpression, JpaComparableExpression<Boolean>, JpaCriteriaNode, JpaExpression<Boolean>, JpaPredicate, JpaSelection<Boolean>, JpaTupleElement<Boolean>, SqmBooleanExpression, SqmBooleanExpressionImplementor, SqmComparableExpression<Boolean>, SqmComparableExpressionImplementor<Boolean>, SqmExpression<Boolean>, SqmPredicate, SqmSelectableNode<Boolean>, SqmCacheable, SqmExpressibleAccessor<Boolean>, SqmNode, SqmTypedNode<Boolean>, SqmVisitableNode
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Predicate
Predicate.BooleanOperator -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(SemanticQueryWalker<T> walker) Accept the walker per visitationvoidappendHqlString(StringBuilder hql, SqmRenderContext context) intcopy(SqmCopyContext context) booleaninthashCode()booleanisCompatible(Object object) booleannot()Methods inherited from class AbstractSqmPredicate
and, coalesce, coalesce, count, countDistinct, getExpressible, getJavaTypeDescriptor, getNodeJavaType, getNodeType, getOperator, nullif, nullif, orMethods inherited from class AbstractSqmExpression
applyInferableType, as, cast, equalTo, equalTo, in, in, in, in, in, internalApplyInferableType, isMember, isNotMember, isNotNull, isNull, nodeBuilder, notEqualTo, notEqualTo, selectCase, selectCaseMethods inherited from class AbstractJpaSelection
alias, getSelectionItems, isCompoundSelectionMethods inherited from class AbstractJpaTupleElement
copyTo, getAlias, setAlias, setExpressibleTypeMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JpaExpression
in, isMember, isNotMember, selectCase, selectCaseMethods inherited from interface JpaSelection
alias, getCompoundSelectionItems, getSelectionItemsMethods inherited from interface JpaTupleElement
getJavaType, getJavaTypeName, isEnumMethods inherited from interface Selection
isCompoundSelectionMethods inherited from interface SqmBooleanExpressionImplementor
max, min, nodeBuilderMethods inherited from interface SqmComparableExpressionImplementor
asc, asc, between, between, desc, desc, greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualToMethods inherited from interface SqmExpression
applyInferableType, as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, castAs, equalTo, equalTo, in, in, in, in, isNotNull, isNull, notEqualTo, notEqualTo, visitSubSelectableNodesMethods inherited from interface SqmNode
asLoggableTextMethods inherited from interface SqmSelectableNode
getTupleLengthMethods inherited from interface SqmVisitableNode
toHqlStringMethods inherited from interface TupleElement
getAlias
-
Constructor Details
-
SqmNegatedPredicate
-
-
Method Details
-
copy
-
getWrappedPredicate
-
getExpressions
- Specified by:
getExpressionsin interfacePredicate- Overrides:
getExpressionsin classAbstractSqmPredicate
-
accept
Description copied from interface:SqmVisitableNodeAccept the walker per visitation -
appendHqlString
-
equals
-
hashCode
-
isCompatible
-
cacheHashCode
public int cacheHashCode() -
isNegated
public boolean isNegated() -
not
- Specified by:
notin interfaceBooleanExpression- Specified by:
notin interfaceJpaPredicate- Specified by:
notin interfacePredicate- Specified by:
notin interfaceSqmBooleanExpression- Specified by:
notin interfaceSqmBooleanExpressionImplementor- Specified by:
notin interfaceSqmPredicate- Overrides:
notin classAbstractSqmPredicate
-