@Repository public interface PropertyPipeSizeRepository extends org.springframework.data.jpa.repository.JpaRepository<PropertyPipeSize,Long>
| Modifier and Type | Method and Description |
|---|---|
List<PropertyPipeSize> |
findAllByPropertyTypeAndPipeSize(PropertyType propertyType,
PipeSize pipesize) |
PropertyPipeSize |
findByPropertyType_codeAndPipeSize_code(String propertyType,
String code) |
PropertyPipeSize |
findByPropertyTypeAndPipeSize_code(PropertyType propertyType,
String code) |
PropertyPipeSize |
findByPropertyTypeAndPipeSize_sizeInMilimeter(PropertyType propertyType,
double sizeInMilimeter) |
PropertyPipeSize |
findByPropertyTypeAndPipeSize(PropertyType propertyType,
PipeSize pipesize) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllPropertyPipeSize findByPropertyType_codeAndPipeSize_code(String propertyType, String code)
PropertyPipeSize findByPropertyTypeAndPipeSize(PropertyType propertyType, PipeSize pipesize)
PropertyPipeSize findByPropertyTypeAndPipeSize_sizeInMilimeter(PropertyType propertyType, double sizeInMilimeter)
PropertyPipeSize findByPropertyTypeAndPipeSize_code(PropertyType propertyType, String code)
List<PropertyPipeSize> findAllByPropertyTypeAndPipeSize(PropertyType propertyType, PipeSize pipesize)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.