@Repository public interface RelationRepository extends org.springframework.data.jpa.repository.JpaRepository<Relation,Integer>
| Modifier and Type | Method and Description |
|---|---|
Relation |
findByCode(String code) |
Relation |
findByName(String name) |
List<Relation> |
findByNameOrCodeOrPannoOrMobile(String name,
String code,
String panno,
String mobile) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllCopyright © 2015–2016 eGovernments Foundation. All rights reserved.