Custom Spring Data Repositories
Learn how to create custom Spring Data repositories to add extra features of persistence.
We'll cover the following
At times, the default methods available through Spring Data repositories aren’t enough for our specific needs. In this case, we can choose to create custom Spring Data repositories with abstract methods.
Get hands-on with 1400+ tech skills courses.