Spring Data query examples

In this project you can see different ways to query data using Spring Data.

The easiest way to start exploring is from EmployeeRepositoryTest.

For pagination examples please refer to EmployeeRepositoryPagingTest.

You can download the code and run the test. All test cases should successfully pass while running on the H2 in-memory database.