Google News
logo
JPA - Interview Questions
How can we create a custom repository in Spring data JPA?
To create a custom repository, we have to extend it to any of the following interfaces :

* Repository
* PagingAndSortingRepository
* CrudRepository
* JpaRepository
* QueryByExampleRepository
Advertisement