| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
BlogEntry.getComments() |
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.addComment(Comment comment,
BlogEntry entry) |
void |
BlogEntryRepository.addComment(Comment comment,
BlogEntry entry) |
void |
Repository.addComment(Comment comment,
Long entryId) |
void |
BlogEntryRepository.addComment(Comment comment,
Long entryId) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlogEntry.setComments(List<Comment> comments) |
| Constructor and Description |
|---|
Comment(Comment other) |
Copyright © 2008-2015. All Rights Reserved.