Class CommentDAOImpl

    • Constructor Detail

      • CommentDAOImpl

        public CommentDAOImpl()
    • Method Detail

      • delete

        public void delete​(Comment entity)
        Specified by:
        delete in interface org.exoplatform.commons.api.persistence.GenericDAO<Comment,​Long>
        Overrides:
        delete in class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<Comment,​Long>
      • deleteAll

        public void deleteAll​(List<Comment> comments)
        Specified by:
        deleteAll in interface org.exoplatform.commons.api.persistence.GenericDAO<Comment,​Long>
        Overrides:
        deleteAll in class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<Comment,​Long>
      • deleteAll

        public void deleteAll()
        Specified by:
        deleteAll in interface org.exoplatform.commons.api.persistence.GenericDAO<Comment,​Long>
        Overrides:
        deleteAll in class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<Comment,​Long>