@Repository public interface PropertyCategoryRepository extends org.springframework.data.jpa.repository.JpaRepository<PropertyCategory,Long>
| Modifier and Type | Method and Description |
|---|---|
List<PropertyCategory> |
findAllByPropertyTypeAndConnectionCategory(PropertyType propertyType,
ConnectionCategory connectionCategory) |
PropertyCategory |
findByPropertyType_codeAndConnectionCategory_code(String propertyType,
String categoryCode) |
PropertyCategory |
findByPropertyTypeAndConnectionCategory_name(PropertyType propertyType,
String categoryType) |
PropertyCategory |
findByPropertyTypeAndConnectionCategory(PropertyType propertyType,
ConnectionCategory connectionCategory) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllList<PropertyCategory> findAllByPropertyTypeAndConnectionCategory(PropertyType propertyType, ConnectionCategory connectionCategory)
PropertyCategory findByPropertyType_codeAndConnectionCategory_code(String propertyType, String categoryCode)
PropertyCategory findByPropertyTypeAndConnectionCategory(PropertyType propertyType, ConnectionCategory connectionCategory)
PropertyCategory findByPropertyTypeAndConnectionCategory_name(PropertyType propertyType, String categoryType)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.