public interface CertPolicyRepository extends org.springframework.data.jpa.repository.JpaRepository<CertPolicy,Long>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByIdIn(List<Long> ids) |
CertPolicy |
findByPolicyNameIgnoreCase(String policyName) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllCertPolicy findByPolicyNameIgnoreCase(String policyName)
Copyright © 2019. All rights reserved.