Package org.hibernate.query.criteria
Interface JpaPredicate
-
- All Superinterfaces:
jakarta.persistence.criteria.Expression<Boolean>
,JpaCriteriaNode
,JpaExpression<Boolean>
,JpaSelection<Boolean>
,JpaTupleElement<Boolean>
,jakarta.persistence.criteria.Predicate
,jakarta.persistence.criteria.Selection<Boolean>
,Serializable
,jakarta.persistence.TupleElement<Boolean>
- All Known Subinterfaces:
JpaInPredicate<T>
,SqmInPredicate<T>
,SqmNegatablePredicate
,SqmPredicate
- All Known Implementing Classes:
AbstractNegatableSqmPredicate
,AbstractSqmPredicate
,SqmBetweenPredicate
,SqmBooleanExpressionPredicate
,SqmComparisonPredicate
,SqmEmptinessPredicate
,SqmExistsPredicate
,SqmGroupedPredicate
,SqmInListPredicate
,SqmInSubQueryPredicate
,SqmJunctionPredicate
,SqmLikePredicate
,SqmMemberOfPredicate
,SqmNegatedPredicate
,SqmNullnessPredicate
public interface JpaPredicate extends JpaExpression<Boolean>, jakarta.persistence.criteria.Predicate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JpaPredicate
not()
-
Methods inherited from interface org.hibernate.query.criteria.JpaExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNull
-
Methods inherited from interface org.hibernate.query.criteria.JpaSelection
alias, getCompoundSelectionItems, getSelectionItems
-
Methods inherited from interface org.hibernate.query.criteria.JpaTupleElement
getJavaType, getJavaTypeDescriptor
-
-
-
-
Method Detail
-
not
JpaPredicate not()
- Specified by:
not
in interfacejakarta.persistence.criteria.Predicate
-
-