@Repository public interface UsageTypeRepository extends org.springframework.data.jpa.repository.JpaRepository<UsageType,Long>
| Modifier and Type | Method and Description |
|---|---|
List<UsageType> |
findByActiveTrueOrderByNameAsc() |
UsageType |
findByCode(String code) |
UsageType |
findByCodeIgnoreCase(String code) |
UsageType |
findByName(String name) |
UsageType |
findByNameAndCode(String name,
String code) |
List<UsageType> |
findByNameContainingIgnoreCase(String name) |
UsageType |
findByNameIgnoreCase(String name) |
List<UsageType> |
getAllActiveUsageTypesByPropertyType(Long propertyType) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllCopyright © 2015–2016 eGovernments Foundation. All rights reserved.