Module jpastreamer.field
Interface HasReferenceOperators<ENTITY>
- Type Parameters:
ENTITY- the entity type
- All Known Subinterfaces:
ComparableField<ENTITY,,V> EnumField<ENTITY,,E> ReferenceField<ENTITY,,V> StringField<ENTITY>
public interface HasReferenceOperators<ENTITY>
- Since:
- 3.0.0
- Author:
- Emil Forslund
-
Method Summary
-
Method Details
-
isNull
SpeedmentPredicate<ENTITY> isNull()- Returns:
- a Predicate that will evaluate to
true, if and only if this Field isnull
-
isNotNull
- Returns:
- a Predicate that will evaluate to
true, if and only if this Field is notnull
-