@Repository public interface RoofTypeRepository extends org.springframework.data.jpa.repository.JpaRepository<RoofType,Long>
| Modifier and Type | Method and Description |
|---|---|
RoofType |
findByName(String name) |
List<RoofType> |
findByNameContainingIgnoreCase(String name) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllCopyright © 2015–2017 eGovernments Foundation. All rights reserved.