Package com.bellotapps.webapps_commons.persistence.repository_utils.repositories
-
Interface Summary Interface Description BasicRepository<E,ID> Interface for a basic repository of a specific type.PagingRepository<E,ID> Interface for a repository with paged reading operations.ReaderRepository<E,ID> Interface for a repository with basic reading operations.SortingRepository<E,ID> Interface for a repository with sorted reading operations.WriterRepository<E,ID> Interface for a repository with writing operations.