Interface | Description |
---|---|
CrudRepository<E,ID> |
A repository interface for performing CRUD (Create, Read, Update, Delete).
|
GenericRepository<E,ID> |
Parent repository interface for all repositories.
|
PageableRepository<E,ID> |
A repository that supports pagination.
|