@Repository(value="egBillReceiptDAO") @Transactional(readOnly=true) public class EgBillReceiptHibDao extends Object implements EgBillReceiptDao
| Constructor and Description |
|---|
EgBillReceiptHibDao() |
| Modifier and Type | Method and Description |
|---|---|
BillReceipt |
create(BillReceipt billReceipt) |
void |
delete(BillReceipt billReceipt) |
List<BillReceipt> |
findAll() |
BillReceipt |
findById(Integer id,
boolean lock) |
BillReceipt |
getBillReceiptByEgBill(EgBill bill) |
BillReceipt |
update(BillReceipt billReceipt) |
public BillReceipt getBillReceiptByEgBill(EgBill bill)
getBillReceiptByEgBill in interface EgBillReceiptDaopublic BillReceipt findById(Integer id, boolean lock)
findById in interface EgBillReceiptDaopublic List<BillReceipt> findAll()
findAll in interface EgBillReceiptDaopublic BillReceipt create(BillReceipt billReceipt)
create in interface EgBillReceiptDaopublic void delete(BillReceipt billReceipt)
delete in interface EgBillReceiptDaopublic BillReceipt update(BillReceipt billReceipt)
update in interface EgBillReceiptDaoCopyright © 2015–2016 eGovernments Foundation. All rights reserved.