@Repository public interface SewerageNoticeRepository extends org.springframework.data.jpa.repository.JpaRepository<SewerageNotice,Long>
| Modifier and Type | Method and Description |
|---|---|
SewerageNotice |
findByNoticeNoAndNoticeType(String noticeNo,
String noticeType) |
List<SewerageNotice> |
findByNoticeType(String noticeType) |
SewerageNotice |
findByNoticeTypeAndApplicationNumber(String noticeType,
String applicationNo) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllSewerageNotice findByNoticeTypeAndApplicationNumber(String noticeType, String applicationNo)
List<SewerageNotice> findByNoticeType(String noticeType)
SewerageNotice findByNoticeNoAndNoticeType(String noticeNo, String noticeType)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.