Module jpastreamer.field
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
-
Method Details
-
getField
Returns theFieldthat was used to generate this predicate.- Returns:
- the field
-