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