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