Class AbstractPersistentPropertyPredicate<T>
java.lang.Object
io.micronaut.data.model.jpa.criteria.impl.predicate.AbstractPredicate
io.micronaut.data.model.jpa.criteria.impl.predicate.AbstractPersistentPropertyPredicate<T>
- Type Parameters:
T- The property type
- All Implemented Interfaces:
IExpression<Boolean>, IPredicate, ISelection<Boolean>, jakarta.persistence.criteria.Expression<Boolean>, jakarta.persistence.criteria.Predicate, jakarta.persistence.criteria.Selection<Boolean>, jakarta.persistence.TupleElement<Boolean>
Abstract predicate represented by a property path.
- 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 -
Constructor Summary
ConstructorsConstructorDescriptionAbstractPersistentPropertyPredicate(PersistentPropertyPath<T> persistentPropertyPath) -
Method Summary
Methods inherited from class AbstractPredicate
getExpressions, getJavaType, getOperator, isNegated, not, visitExpressionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.persistence.criteria.Expression
cast, equalTo, equalTo, notEqualTo, notEqualToMethods inherited from interface IExpression
as, in, in, in, in, isNotNull, isNull, visitSelectionMethods inherited from interface IPredicate
getExpressionType, visitPredicateMethods inherited from interface ISelection
alias, getAlias, getCompoundSelectionItems, isCompoundSelection
-
Field Details
-
persistentPropertyPath
-
-
Constructor Details
-
AbstractPersistentPropertyPredicate
-
-
Method Details
-
getPropertyPath
-
getProperty
-