| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
RoleDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRoleToCustomer(CustomerRole customerRole) |
Address |
readAddressById(java.lang.Long id) |
java.util.List<CustomerRole> |
readCustomerRolesByCustomerId(java.lang.Long customerId) |
Role |
readRoleByName(java.lang.String name) |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public Address readAddressById(java.lang.Long id)
public java.util.List<CustomerRole> readCustomerRolesByCustomerId(java.lang.Long customerId)
readCustomerRolesByCustomerId in interface RoleDaopublic Role readRoleByName(java.lang.String name)
readRoleByName in interface RoleDaopublic void addRoleToCustomer(CustomerRole customerRole)
addRoleToCustomer in interface RoleDaoCopyright © 2018. All Rights Reserved.