@Repository public interface ScheduleCategoryRepository extends org.springframework.data.jpa.repository.JpaRepository<ScheduleCategory,Long>
| Modifier and Type | Method and Description |
|---|---|
ScheduleCategory |
findByCodeIgnoreCase(String code) |
List<ScheduleCategory> |
findByDescriptionContainingIgnoreCase(String categoryName) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllList<ScheduleCategory> findByDescriptionContainingIgnoreCase(String categoryName)
ScheduleCategory findByCodeIgnoreCase(String code)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.