| Modifier and Type | Method and Description |
|---|---|
Post |
ManyToManyMain.getPost1()
Returns "Wow is it cold outside!" Post
|
Post |
ManyToManyMain.getPost2()
Returns "Now it's a bit warmer thank goodness." Post
|
| Modifier and Type | Method and Description |
|---|---|
List<Post> |
PostsByUserEntityTask.getPosts()
Returns result of "posts_by_user" query
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManyToManyMain.verifyPostsByUser(List<Post> posts)
Verify posts retrieved by "posts_by_user" named query
|
| Constructor and Description |
|---|
UserPost(User user,
Post post)
Create UserPost object
|
This documentation is licensed by Andrew Bowley under the GPLv3 License.