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
AbstractIndexingStorecontains the abstract repository for CRUD operations on an indexed entity.The classAbstractStorecontains the abstract repository for CRUD operations on an entity.The classGeneralPagecontains the general object for paging.The interfaceIndexingStorecontains the abstract repository for CRUD operations on an indexed entity.