public class CommentDAO extends HibernateRepository<Comment>
| Constructor and Description |
|---|
CommentDAO() |
| Modifier and Type | Method and Description |
|---|---|
Comment |
get(long id) |
int |
getCommentCount(Entry entry) |
List<Comment> |
retrieveComments(Entry entry) |
create, currentSession, delete, get, getBuilder, updateCopyright © 2017. All rights reserved.