- All Superinterfaces:
org.springframework.data.repository.CrudRepository<User,Long>, org.springframework.data.repository.Repository<User,Long>
@Repository
public interface UserRepository
extends org.springframework.data.repository.CrudRepository<User,Long>
-
Method Summary
org.springframework.data.domain.Page<User>
findAll(org.springframework.data.domain.Pageable pageable)
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
-
findAll
org.springframework.data.domain.Page<User> findAll(org.springframework.data.domain.Pageable pageable)