@Repository public interface RecoveryNoticesInfoRepository extends org.springframework.data.jpa.repository.JpaRepository<RecoveryNoticesInfo,Long>
| Modifier and Type | Method and Description |
|---|---|
RecoveryNoticesInfo |
findByPropertyIdAndNoticeType(String propertyId,
String noticeType) |
Long |
getLatestJobNumber() |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAll@Query(value="select max(jobNumber) from RecoveryNoticesInfo") Long getLatestJobNumber()
RecoveryNoticesInfo findByPropertyIdAndNoticeType(String propertyId, String noticeType)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.