CrudRepository<Person,Long>, GenericRepository<Person,Long>
Stream<Person>
list()
Stream<PersonWithIdAndNameDto>
listAllDto()
queryAll()
queryAllDto()
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, insert, insertAll, save, saveAll, update, updateAll