Interface GroupEntry<T>

Type Parameters:
T - result content type
All Known Implementing Classes:
SimpleGroupEntry

public interface GroupEntry<T>
Representation of a group in a GroupResult.
Since:
1.4
  • Method Summary

    Modifier and Type
    Method
    Description
    Group name, the value on which the results were grouped by.
    org.springframework.data.domain.Page<T>
    Results for the current group.
  • Method Details

    • getGroupValue

      String getGroupValue()
      Group name, the value on which the results were grouped by.
      Returns:
    • getResult

      org.springframework.data.domain.Page<T> getResult()
      Results for the current group.
      Returns: