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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Serializable[]
getTuple()
Returns the key set tuple ordered by the respective order by expressions.
-
-
-
Method Detail
-
getTuple
Serializable[] getTuple()
Returns the key set tuple ordered by the respective order by expressions.- Returns:
- The key set tuple for this keyset
-
-