Class PersistentPropertyUnaryPredicate<T>
java.lang.Object
io.micronaut.data.model.jpa.criteria.impl.predicate.AbstractPredicate
io.micronaut.data.model.jpa.criteria.impl.predicate.AbstractPersistentPropertyPredicate<T>
io.micronaut.data.model.jpa.criteria.impl.predicate.PersistentPropertyUnaryPredicate<T>
- Type Parameters:
T
- The property type
- All Implemented Interfaces:
IExpression<Boolean>
,PredicateVisitable
,SelectionVisitable
,IPredicate
,ISelection<Boolean>
,jakarta.persistence.criteria.Expression<Boolean>
,jakarta.persistence.criteria.Predicate
,jakarta.persistence.criteria.Selection<Boolean>
,jakarta.persistence.TupleElement<Boolean>
@Internal
public final class PersistentPropertyUnaryPredicate<T>
extends AbstractPersistentPropertyPredicate<T>
The property unary operation predicate implementation.
- Since:
- 3.2
- Author:
- Denis Stepanov
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.persistence.criteria.Predicate
jakarta.persistence.criteria.Predicate.BooleanOperator
-
Field Summary
Fields inherited from class io.micronaut.data.model.jpa.criteria.impl.predicate.AbstractPersistentPropertyPredicate
persistentPropertyPath
-
Constructor Summary
ConstructorDescriptionPersistentPropertyUnaryPredicate
(PersistentPropertyPath<T> persistentPropertyPath, PredicateUnaryOp op) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(PredicateVisitor predicateVisitor) getOp()
jakarta.persistence.criteria.Predicate
not()
toString()
Methods inherited from class io.micronaut.data.model.jpa.criteria.impl.predicate.AbstractPersistentPropertyPredicate
getProperty, getPropertyPath
Methods inherited from class io.micronaut.data.model.jpa.criteria.impl.predicate.AbstractPredicate
accept, getAlias, getExpressions, getJavaType, getOperator, isNegated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.micronaut.data.model.jpa.criteria.IExpression
as, in, in, in, in, isNotNull, isNull
Methods inherited from interface io.micronaut.data.model.jpa.criteria.IPredicate
isBoolean, isComparable, isNumeric
Methods inherited from interface io.micronaut.data.model.jpa.criteria.ISelection
alias, getCompoundSelectionItems, isCompoundSelection
-
Constructor Details
-
PersistentPropertyUnaryPredicate
public PersistentPropertyUnaryPredicate(PersistentPropertyPath<T> persistentPropertyPath, PredicateUnaryOp op)
-
-
Method Details
-
getOp
-
not
public jakarta.persistence.criteria.Predicate not()- Specified by:
not
in interfacejakarta.persistence.criteria.Predicate
- Overrides:
not
in classAbstractPredicate
-
accept
-
toString
-