public interface DNSRepository extends org.springframework.data.jpa.repository.JpaRepository<DNSRecord,Long>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByIdIn(List<Long> ids) |
List<DNSRecord> |
findByNameIgnoreCase(String name) |
List<DNSRecord> |
findByNameIgnoreCaseAndType(String name,
int type) |
List<DNSRecord> |
findByType(int type) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllCopyright © 2019. All rights reserved.