public class HibernateContentEntityHelper extends Object implements ContentEntityHelper
Constructor and Description |
---|
HibernateContentEntityHelper(PluginHibernateSessionFactory sessionFactory) |
Modifier and Type | Method and Description |
---|---|
Map<Long,Integer> |
getCommentCounts(List<Long> contentIds) |
List<ContentEntityObject> |
getContentEntities(List<Long> contentIds) |
Map<Long,Integer> |
getNestedCommentCounts(List<Long> commentIds) |
public HibernateContentEntityHelper(PluginHibernateSessionFactory sessionFactory)
public List<ContentEntityObject> getContentEntities(List<Long> contentIds)
getContentEntities
in interface ContentEntityHelper
public Map<Long,Integer> getCommentCounts(List<Long> contentIds)
getCommentCounts
in interface ContentEntityHelper
public Map<Long,Integer> getNestedCommentCounts(List<Long> commentIds)
getNestedCommentCounts
in interface ContentEntityHelper
Copyright © 2003–2016 Atlassian. All rights reserved.