Package org.exoplatform.task.dao.jpa
Class DAOHandlerJPAImpl
- java.lang.Object
-
- org.exoplatform.task.service.impl.AbstractDAOHandler
-
- org.exoplatform.task.dao.jpa.DAOHandlerJPAImpl
-
- All Implemented Interfaces:
DAOHandler
@Singleton public class DAOHandlerJPAImpl extends AbstractDAOHandler implements DAOHandler
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 4/8/15
-
-
Field Summary
-
Fields inherited from class org.exoplatform.task.service.impl.AbstractDAOHandler
cHandler, lHandler, ltmHandler, pHandler, sHandler, taskLogHandler, tHandler, uHandler
-
-
Constructor Summary
Constructors Constructor Description DAOHandlerJPAImpl()
-
Method Summary
-
Methods inherited from class org.exoplatform.task.service.impl.AbstractDAOHandler
getCommentHandler, getLabelHandler, getLabelTaskMappingHandler, getProjectHandler, getStatusHandler, getTaskHandler, getTaskLogHandler, getUserSettingHandler
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.exoplatform.task.dao.DAOHandler
getCommentHandler, getLabelHandler, getLabelTaskMappingHandler, getProjectHandler, getStatusHandler, getTaskHandler, getTaskLogHandler, getUserSettingHandler
-
-