@Repository public class AccountdetailkeyHibernateDAO extends Object
| Constructor and Description |
|---|
AccountdetailkeyHibernateDAO() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.commons.Accountdetailkey |
create(org.egov.commons.Accountdetailkey entity) |
void |
delete(org.egov.commons.Accountdetailkey entity) |
List<org.egov.commons.Accountdetailkey> |
findAll() |
org.egov.commons.Accountdetailkey |
findById(Number id,
boolean lock) |
org.hibernate.Session |
getCurrentSession() |
org.egov.commons.Accountdetailkey |
update(org.egov.commons.Accountdetailkey entity) |
@Transactional public org.egov.commons.Accountdetailkey update(org.egov.commons.Accountdetailkey entity)
@Transactional public org.egov.commons.Accountdetailkey create(org.egov.commons.Accountdetailkey entity)
@Transactional public void delete(org.egov.commons.Accountdetailkey entity)
public org.egov.commons.Accountdetailkey findById(Number id, boolean lock)
public List<org.egov.commons.Accountdetailkey> findAll()
public org.hibernate.Session getCurrentSession()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.