Package com.blazebit.persistence
Interface Keyset
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultKeyset
public interface Keyset extends Serializable
An interface that represents the key set of a row.
Instances of this interface can be used for key set pagination.
- Since:
- 1.0.0
- Author:
- Christian Beikov
-
Method Summary
Modifier and Type Method Description Serializable[]
getTuple()
Returns the key set tuple ordered by the respective order by expressions.
-
Method Details
-
getTuple
Serializable[] getTuple()Returns the key set tuple ordered by the respective order by expressions.- Returns:
- The key set tuple for this keyset
-