@Repository public interface MarriageRegistrationRepository extends org.springframework.data.jpa.repository.JpaRepository<MarriageRegistration,Long>
| Modifier and Type | Method and Description |
|---|---|
MarriageRegistration |
findByApplicationNo(String applicationNo) |
List<MarriageRegistration> |
findByCreatedDateAfterAndCreatedDateBeforeAndStatus(Date fromDate,
Date toDate,
org.egov.commons.EgwStatus status) |
MarriageRegistration |
findById(Long id) |
MarriageRegistration |
findByRegistrationNo(String registrationNo) |
MarriageRegistration |
findBySerialNo(String serialNo) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllMarriageRegistration findById(Long id)
MarriageRegistration findByApplicationNo(String applicationNo)
MarriageRegistration findByRegistrationNo(String registrationNo)
List<MarriageRegistration> findByCreatedDateAfterAndCreatedDateBeforeAndStatus(Date fromDate, Date toDate, org.egov.commons.EgwStatus status)
MarriageRegistration findBySerialNo(String serialNo)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.