@NoRepositoryBean public interface RootRepository<T extends Storable> extends org.springframework.data.jpa.repository.JpaRepository<T,BigInteger>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
findByName(String name) |
List<T> |
findByNameContainingIgnoreCase(String name) |
List<T> |
findByNaturalId(String naturalId) |
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlushfindAllCopyright © 2025. All rights reserved.