public interface RoleService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
delete(Role persistentInstance) |
List |
findAll() |
List<Role> |
findByExample(Role instance) |
Role |
findById(Integer id) |
List |
findByProperty(String propertyName,
Object value) |
void |
save(Role transientInstance) |