| Modifier and Type | Method and Description |
|---|---|
User |
ManyToManyMain.getUser1()
Returns Bilbo Baggins' User
|
User |
ManyToManyMain.getUser2()
Returns Gandalf Gray's User
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UsersByPostTask.getUsersByPost1()
Returns result of "users_by_post" query for post 1
|
List<User> |
UsersByPostTask.getUsersByPost2()
Returns result of "users_by_post" query for post 2
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManyToManyMain.verifyUsersByPost(List<User> usersByPost1,
List<User> usersByPost2)
Verify users retrieved by "users_by_post" named query
|
void |
ManyToManyMain.verifyUsersByPost(List<User> usersByPost1,
List<User> usersByPost2)
Verify users retrieved by "users_by_post" named query
|
| Constructor and Description |
|---|
UserPost(User user,
Post post)
Create UserPost object
|
This documentation is licensed by Andrew Bowley under the GPLv3 License.