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 Type
    Method
    Description
    Returns the type of this predicate.
  • Method Details