Interface FluentFindOperation.TerminatingFindWithoutQuery<T>

Type Parameters:
T - returned type
All Known Subinterfaces:
FluentFindOperation.ExecutableFind<T>, FluentFindOperation.FindWithProjection<T>, FluentFindOperation.FindWithQuery<T>, FluentFindOperation.TerminatingFind<T>
Enclosing interface:
FluentFindOperation

public static interface FluentFindOperation.TerminatingFindWithoutQuery<T>
Trigger find execution by calling one of the terminating methods from a state where no query is yet defined.
  • Method Summary

    Modifier and Type
    Method
    Description
    all()
    Get all matching elements.
  • Method Details

    • all

      List<T> all()
      Get all matching elements.
      Returns:
      never null.