public interface AnchorRepository extends org.springframework.data.jpa.repository.JpaRepository<Anchor,Long>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByIdIn(List<Long> ids) |
void |
deleteByOwnerIgnoreCase(String owner) |
List<Anchor> |
findByOwnerIgnoreCase(String owner) |
List<Anchor> |
findByOwnerInIgnoreCase(List<String> owners) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllCopyright © 2019. All rights reserved.