| Interface | Description |
|---|---|
| JpaRepository<E,ID> |
Simple composed repository interface that includes
CrudRepository and PageableRepository. |
| JpaSpecificationExecutor<T> |
Interface to allow execution of
Specifications based on the JPA criteria API. |