public interface RoleDao
| Modifier and Type | Method and Description |
|---|---|
void |
addRoleToCustomer(CustomerRole customerRole) |
java.util.List<CustomerRole> |
readCustomerRolesByCustomerId(java.lang.Long customerId) |
Role |
readRoleByName(java.lang.String name) |
java.util.List<CustomerRole> readCustomerRolesByCustomerId(java.lang.Long customerId)
Role readRoleByName(java.lang.String name)
void addRoleToCustomer(CustomerRole customerRole)
Copyright © 2018. All Rights Reserved.