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