public interface PersonRepository<T extends Person<K,?,?,?>,K extends Comparable<K>> extends org.springframework.data.repository.PagingAndSortingRepository<T,K>
findAll, findAll
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
Copyright © 2021. All rights reserved.