| Package | Description |
|---|---|
| org.wso2.msf4j.example.dao |
| Modifier and Type | Method and Description |
|---|---|
protected User |
AbstractRepository.find(long id) |
User |
UserRepository.findUser(long id) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserRepository.findUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserRepository.createUser(User user) |
void |
UserRepository.removeUser(User user) |
Copyright © 2017 WSO2. All rights reserved.