Package org.exoplatform.task.dao.jpa
Class CommentDAOImpl
java.lang.Object
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<Comment,,Long> CommentHandler
-
Field Summary
Fields inherited from class org.exoplatform.task.dao.jpa.CommonJPADAO
clzFields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.exoplatform.task.dao.jpa.CommonJPADAO
buildCountQuery, buildPath, buildQuery, buildSingleCondition, cloneEntities, cloneEntity, create, find, findEntities, getCacheMethods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, createAll, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, find, findAll, update, updateAll
-
Constructor Details
-
CommentDAOImpl
public CommentDAOImpl()
-
-
Method Details
-
delete
-
deleteAll
-
deleteAll
public void deleteAll() -
findComments
- Specified by:
findCommentsin interfaceCommentHandler
-
getSubComments
- Specified by:
getSubCommentsin interfaceCommentHandler
-
findMentionedUsersOfTask
- Specified by:
findMentionedUsersOfTaskin interfaceCommentHandler
-