Package org.ctan.site.stores.base


package org.ctan.site.stores.base
This package contains base classes for stores -- sometimes called repositories.
  • Class
    Description
    The class AbstractIndexingStore contains the abstract repository for CRUD operations on an indexed entity.
    The class AbstractStore contains the abstract repository for CRUD operations on an entity.
    The class GeneralPage contains the general object for paging.
    The interface IndexingStore contains the abstract repository for CRUD operations on an indexed entity.