Package org.exoplatform.task.dao.jpa
Class TaskLogDAOImpl
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<E,K>
org.exoplatform.task.dao.jpa.CommonJPADAO<ChangeLog,Long>
org.exoplatform.task.dao.jpa.TaskLogDAOImpl
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<ChangeLog,,Long> TaskLogHandler
- Author:
- Tuyen Nguyen The.
-
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
Modifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<ChangeLog>findTaskLogs(Long taskId) Methods inherited from class org.exoplatform.task.dao.jpa.CommonJPADAO
buildPath, buildQuery, buildSingleCondition, cloneEntities, cloneEntity, create, find, findEntities, getCacheMethods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, createAll, delete, deleteAll, deleteAll, 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, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Constructor Details
-
TaskLogDAOImpl
public TaskLogDAOImpl()
-
-
Method Details
-
findTaskLogs
- Specified by:
findTaskLogsin interfaceTaskLogHandler
-