/**
* It has the functions of paging and sorting and inherits CrudRepository
*/
public interface UserPageRepository extends PagingAndSortingRepository {
}
1
2
3
4
5
UserPageRepositoryTests:
<
/**
* It has the functions of paging and sorting and inherits CrudRepository
*/
public interface UserPageRepository extends PagingAndSortingRepository {
}
1
2
3
4
5
UserPageRepositoryTests:
<