| Package | Description |
|---|---|
| org.egov.commons.dao | |
| org.egov.commons.repository | |
| org.egov.commons.service |
| Modifier and Type | Method and Description |
|---|---|
Relation |
RelationHibernateDAO.create(Relation entity) |
Relation |
RelationHibernateDAO.findById(Number id,
boolean lock) |
Relation |
RelationHibernateDAO.update(Relation entity) |
| Modifier and Type | Method and Description |
|---|---|
List<Relation> |
RelationHibernateDAO.findAll() |
| Modifier and Type | Method and Description |
|---|---|
Relation |
RelationHibernateDAO.create(Relation entity) |
void |
RelationHibernateDAO.delete(Relation entity) |
Relation |
RelationHibernateDAO.update(Relation entity) |
| Modifier and Type | Method and Description |
|---|---|
Relation |
RelationRepository.findByCode(String code) |
Relation |
RelationRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Relation> |
RelationRepository.findByNameOrCodeOrPannoOrMobile(String name,
String code,
String panno,
String mobile) |
| Modifier and Type | Method and Description |
|---|---|
Relation |
RelationJpaService.create(Relation relation) |
Relation |
RelationJpaService.findByCode(String code) |
Relation |
RelationJpaService.findByName(String name) |
Relation |
RelationJpaService.findOne(Integer id) |
Relation |
RelationJpaService.update(Relation relation) |
| Modifier and Type | Method and Description |
|---|---|
List<Relation> |
RelationJpaService.findAll() |
List<Relation> |
RelationService.getEntitiesById(List<Long> idsList) |
List<Relation> |
RelationJpaService.search(Relation relation) |
List<Relation> |
RelationService.validateEntityForRTGS(List<Long> idsList) |
| Modifier and Type | Method and Description |
|---|---|
Relation |
RelationJpaService.create(Relation relation) |
List<Relation> |
RelationJpaService.search(Relation relation) |
Relation |
RelationJpaService.update(Relation relation) |
| Constructor and Description |
|---|
RelationService(Class<Relation> type) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.