public class RoleServiceImpl extends Object implements RoleService
| 构造器和说明 |
|---|
RoleServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
delete(Role persistentInstance) |
List |
findAll() |
List<Role> |
findByExample(Role instance) |
Role |
findById(Integer id) |
List |
findByProperty(String propertyName,
Object value) |
RoleDAO |
getRoleDao() |
void |
save(Role transientInstance) |
void |
setRoleDao(RoleDAO roleDao) |
public RoleDAO getRoleDao()
public void setRoleDao(RoleDAO roleDao)
public void save(Role transientInstance)
save 在接口中 RoleServicepublic void delete(Role persistentInstance)
delete 在接口中 RoleServicepublic Role findById(Integer id)
findById 在接口中 RoleServicepublic List findByProperty(String propertyName, Object value)
findByProperty 在接口中 RoleServicepublic List<Role> findByExample(Role instance)
findByExample 在接口中 RoleServicepublic List findAll()
findAll 在接口中 RoleService