Interface HelloRepoSearchAndSorting
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Hello,Long>,org.springframework.data.repository.PagingAndSortingRepository<Hello,Long>,org.springframework.data.repository.Repository<Hello,Long>
@Repository public interface HelloRepoSearchAndSorting extends org.springframework.data.repository.PagingAndSortingRepository<Hello,Long>
- Author:
- Benjamin Wilms