@Repository public interface MilestoneTemplateRepository extends org.springframework.data.jpa.repository.JpaRepository<MilestoneTemplate,Long>
| Modifier and Type | Method and Description |
|---|---|
List<MilestoneTemplate> |
findByCodeContainingIgnoreCase(String code) |
MilestoneTemplate |
findByCodeIgnoreCase(String code) |
MilestoneTemplate |
findById(Long id) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllMilestoneTemplate findById(Long id)
MilestoneTemplate findByCodeIgnoreCase(String code)
List<MilestoneTemplate> findByCodeContainingIgnoreCase(String code)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.