public interface PrimeRepository<T extends PrimeMapConvertible> extends CrudRepository<T>
| Modifier and Type | Method and Description |
|---|---|
default List<T> |
findAll() |
default List<T> |
findAll(org.springframework.data.domain.Pageable pageable) |
T |
findById(Long id) |
default T |
findById(String id) |
delete, delete, insert, updateCopyright © 2018. All rights reserved.