@Repository public class FundHibernateDAO extends Object
| Constructor and Description |
|---|
FundHibernateDAO() |
| Modifier and Type | Method and Description |
|---|---|
Fund |
create(Fund entity) |
void |
delete(Fund entity) |
List<Fund> |
findAll() |
List |
findAllActiveFunds() |
List |
findAllActiveIsLeafFunds()
This method returns all the
Fund records which are active
and is a leaf. |
Fund |
fundByCode(String fundCode) |
Fund |
fundById(Integer id,
boolean b) |
org.hibernate.Session |
getCurrentSession() |
Fund |
update(Fund entity) |
@Transactional public void delete(Fund entity)
public org.hibernate.Session getCurrentSession()
public List findAllActiveFunds()
public List findAllActiveIsLeafFunds()
Fund records which are active
and is a leaf.List of Fund objects.Copyright © 2015–2016 eGovernments Foundation. All rights reserved.