@Repository(value="egDemandDAO") @Transactional(readOnly=true) public class EgDemandHibernateDao extends Object implements EgDemandDao
| Constructor and Description |
|---|
EgDemandHibernateDao() |
public EgDemand findById(Long id, boolean lock)
findById in interface EgDemandDaopublic List<EgDemand> findAll()
findAll in interface EgDemandDaopublic EgDemand create(EgDemand egDemand)
create in interface EgDemandDaopublic void delete(EgDemand egDemand)
delete in interface EgDemandDaopublic EgDemand update(EgDemand egDemand)
update in interface EgDemandDaoCopyright © 2015–2016 eGovernments Foundation. All rights reserved.