@Repository(value="blAccountDao") public class AccountDaoImpl extends Object implements AccountDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
AccountDaoImpl() |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public Account create()
create in interface AccountDaopublic Account readAccountById(Long id)
readAccountById in interface AccountDaopublic Account save(Account account)
save in interface AccountDaoCopyright © 2015. All Rights Reserved.