@Repository public interface MilestoneTemplateActivityRepository extends org.springframework.data.jpa.repository.JpaRepository<MilestoneTemplateActivity,Long>
| Modifier and Type | Method and Description |
|---|---|
MilestoneTemplateActivity |
findById(Long id) |
List<MilestoneTemplateActivity> |
findByMilestoneTemplate_Code(String code) |
List<MilestoneTemplateActivity> |
findByMilestoneTemplate_IdOrderById(Long id) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllMilestoneTemplateActivity findById(Long id)
List<MilestoneTemplateActivity> findByMilestoneTemplate_IdOrderById(Long id)
List<MilestoneTemplateActivity> findByMilestoneTemplate_Code(String code)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.