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

    Modifier and Type
    Method
    Description
    field(String fieldPath)
    Target the given field in the "exists" predicate.
  • Method Details

    • field

      N field(String fieldPath)
      Target the given field in the "exists" predicate.
      Parameters:
      fieldPath - The path to the index field to apply the predicate on.
      Returns:
      The next step.