Package org.ctan.site.stores.base
package org.ctan.site.stores.base
This package contains base classes for stores -- sometimes called
repositories.
-
ClassDescriptionAbstractIndexingStore<T extends Searchable>The class
AbstractIndexingStore
contains the abstract repository for CRUD operations on an indexed entity.The classAbstractStore
contains the abstract repository for CRUD operations on an entity.The classGeneralPage
contains the general object for paging.The interfaceIndexingStore
contains the abstract repository for CRUD operations on an indexed entity.