Interface BrowsingDao<T extends Identifiable>

All Superinterfaces:
BaseDao<T>
All Known Subinterfaces:
BibliographicReferenceDao, CharacteristicDao, ExpressionExperimentDao
All Known Implementing Classes:
BibliographicReferenceDaoImpl, CharacteristicDaoImpl, ExpressionExperimentDaoImpl

public interface BrowsingDao<T extends Identifiable> extends BaseDao<T>
Support for paging through the data.
Author:
paul
  • Method Details

    • browse

      List<T> browse(int start, int limit)
    • browse

      List<T> browse(int start, int limit, String orderField, boolean descending)