Что заменит этот запрос для MongoDB:
@Query("select points from Points points where points.user.login = ?#{principal.username}") Page<Points> findByUserIsCurrentUser(Pageable pageable);