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