@Repository public interface ReIssueRepository extends org.springframework.data.jpa.repository.JpaRepository<ReIssue,Long>
| Modifier and Type | Method and Description |
|---|---|
ReIssue |
findByApplicationNo(String applicationNo) |
ReIssue |
findById(Long id) |
ReIssue |
findByRegistration(MarriageRegistration registration) |
ReIssue |
findReIssueInProgressForRegistration(String registrationNo) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllReIssue findByRegistration(MarriageRegistration registration)
@Query(value="select scd from ReIssue scd where scd.registration.registrationNo =:registrationNo and scd.isActive=\'f\' and upper(scd.status.code) not in (\'CANCELLED\',\'CERTIFICATEREISSUED\')") ReIssue findReIssueInProgressForRegistration(@Param(value="registrationNo") String registrationNo)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.