public interface Paginated<T>
Modifier and Type | Method and Description |
---|---|
QueryOptions |
getOptions() |
com.google.gwtorm.server.ResultSet<T> |
restart(int start) |
QueryOptions getOptions()
com.google.gwtorm.server.ResultSet<T> restart(int start) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException