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 TypeMethodDescriptionGroup name, the value on which the results were grouped by.org.springframework.data.domain.Page<T>Results for the current group.