public interface RoleDao
Modifier and Type | Method and Description |
---|---|
void |
addRoleToCustomer(CustomerRole customerRole) |
List<CustomerRole> |
readCustomerRolesByCustomerId(Long customerId) |
Role |
readRoleByName(String name) |
List<CustomerRole> readCustomerRolesByCustomerId(Long customerId)
void addRoleToCustomer(CustomerRole customerRole)
Copyright © 2013. All rights reserved.