@Service(value="blAccountService") public class AccountServiceImpl extends Object implements AccountService
| Modifier and Type | Field and Description |
|---|---|
protected AccountDao |
accountDao |
| Constructor and Description |
|---|
AccountServiceImpl() |
protected AccountDao accountDao
public Account create()
create in interface AccountServicepublic Account readAccountById(Long id)
readAccountById in interface AccountServicepublic Account save(Account account)
save in interface AccountServiceCopyright © 2015. All Rights Reserved.