Interface ExistsPredicateFieldStep<N extends ExistsPredicateOptionsStep<?>>
-
- Type Parameters:
N- The type of the next step.
public interface ExistsPredicateFieldStep<N extends ExistsPredicateOptionsStep<?>>The initial step in an "exists" predicate definition, where the target field can be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nfield(String absoluteFieldPath)Target the given field in the "exists" predicate.
-