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, update
Copyright © 2017. All rights reserved.