Spring Data Neo4j 4 : Failed to convert from type java.util.LinkedHashSet<?> to type org.springframework.data.domain.Page<?>
问题 Having this Repository method @Query("MATCH (i:`Interest`) WHERE not(i-[:PARENT]->()) return i") public Page<Interest> findAllByParentIsNull(Pageable pageRequest); It cause (it didn't respect the specification): org.springframework.core.convert.ConversionFailedException: Failed to convert from type java.util.LinkedHashSet<?> to type org.springframework.data.domain.Page<?> for value '[com.nearofme.model.Interest@12a4479, com.nearofme.model.Interest@15bdfb3, com.nearofme.model.Interest@1af6067,