public class LoanRequestBean extends Object
| Constructor and Description |
|---|
LoanRequestBean() |
| Modifier and Type | Method and Description |
|---|---|
LoanRequest |
getLoanRequest(Long id) |
LoanRequest |
newLoanRequest(String customerName,
Long amount) |
@Transactional public LoanRequest newLoanRequest(String customerName, Long amount)
public LoanRequest getLoanRequest(Long id)
Copyright © 2018. All rights reserved.