@Service public class AccountdetailtypeHibernateDAO extends Object
| Constructor and Description |
|---|
AccountdetailtypeHibernateDAO() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.commons.Accountdetailtype |
create(org.egov.commons.Accountdetailtype entity) |
void |
delete(org.egov.commons.Accountdetailtype entity) |
List<org.egov.commons.Accountdetailtype> |
findAll() |
org.egov.commons.Accountdetailtype |
findById(Number id,
boolean lock) |
org.egov.commons.Accountdetailtype |
getAccountdetailtypeByName(String name) |
protected org.hibernate.Session |
getCurrentSession() |
Integer |
getDetailtypeforObject(Object master)
This API will return the detailtypeid for the object that is passed.
|
org.egov.commons.Accountdetailtype |
update(org.egov.commons.Accountdetailtype entity) |
@Transactional public org.egov.commons.Accountdetailtype update(org.egov.commons.Accountdetailtype entity)
@Transactional public org.egov.commons.Accountdetailtype create(org.egov.commons.Accountdetailtype entity)
@Transactional public void delete(org.egov.commons.Accountdetailtype entity)
public org.egov.commons.Accountdetailtype findById(Number id, boolean lock)
public List<org.egov.commons.Accountdetailtype> findAll()
public Integer getDetailtypeforObject(Object master) throws org.egov.infra.exception.ApplicationException
master - org.egov.infra.exception.ApplicationExceptionpublic org.egov.commons.Accountdetailtype getAccountdetailtypeByName(String name)
protected org.hibernate.Session getCurrentSession()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.