Interface HasField<ENTITY>

Type Parameters:
ENTITY - the entity type
All Known Subinterfaces:
FieldIsNotNullPredicate<ENTITY,T>, FieldIsNullPredicate<ENTITY,T>, FieldPredicate<ENTITY>

public interface HasField<ENTITY>
A trait for predicates the implement the getField() method.
Since:
2.2.0
Author:
Per Minborg
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Field that was used to generate this predicate.
  • Method Details

    • getField

      Field<ENTITY> getField()
      Returns the Field that was used to generate this predicate.
      Returns:
      the field