@Repository public interface PipeSizeRepository extends org.springframework.data.jpa.repository.JpaRepository<PipeSize,Long>
| Modifier and Type | Method and Description |
|---|---|
List<PipeSize> |
findByActiveTrueOrderByCodeAsc() |
PipeSize |
findByCode(String code) |
PipeSize |
findByCodeAndSizeInMilimeter(String code,
double sizeInMilimeter) |
PipeSize |
findByCodeIgnoreCase(String code) |
PipeSize |
findBySizeInInch(double sizeInInch) |
PipeSize |
findBySizeInMilimeter(double sizeInMilimeter) |
List<PipeSize> |
getAllPipeSizesByPropertyType(Long propertyType) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllCopyright © 2015–2016 eGovernments Foundation. All rights reserved.