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