Module jpastreamer.field
Interface HasPredicateType
- All Known Subinterfaces:
FieldIsNotNullPredicate<ENTITY,,T> FieldIsNullPredicate<ENTITY,,T> FieldPredicate<ENTITY>
public interface HasPredicateType
A trait for predicates the implement the
getPredicateType() method.- Since:
- 2.2.0
- Author:
- Per Minborg
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the type of this predicate.
-
Method Details
-
getPredicateType
PredicateType getPredicateType()Returns the type of this predicate.- Returns:
- the
PredicateType
-