@Repository public class WorkflowTaskDocumentDaoImpl extends JpaDao<gr.cite.geoanalytics.dataaccess.entities.workflow.WorkflowTaskDocument,gr.cite.geoanalytics.dataaccess.entities.workflow.WorkflowTaskDocumentPK> implements WorkflowTaskDocumentDao
entityClass, entityManager, persistenceUnitUtil| Constructor and Description |
|---|
WorkflowTaskDocumentDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByDocument(gr.cite.geoanalytics.dataaccess.entities.document.Document d) |
void |
deleteByWorkflowTask(gr.cite.geoanalytics.dataaccess.entities.workflow.WorkflowTask wt) |
gr.cite.geoanalytics.dataaccess.entities.workflow.WorkflowTaskDocument |
find(gr.cite.geoanalytics.dataaccess.entities.workflow.WorkflowTask wt,
gr.cite.geoanalytics.dataaccess.entities.document.Document d) |
gr.cite.geoanalytics.dataaccess.entities.workflow.WorkflowTaskDocument |
loadDetails(gr.cite.geoanalytics.dataaccess.entities.workflow.WorkflowTaskDocument wtd) |
count, create, delete, getAll, isFieldLoaded, isLoaded, read, updatepublic gr.cite.geoanalytics.dataaccess.entities.workflow.WorkflowTaskDocument find(gr.cite.geoanalytics.dataaccess.entities.workflow.WorkflowTask wt,
gr.cite.geoanalytics.dataaccess.entities.document.Document d)
find in interface WorkflowTaskDocumentDaopublic void deleteByWorkflowTask(gr.cite.geoanalytics.dataaccess.entities.workflow.WorkflowTask wt)
deleteByWorkflowTask in interface WorkflowTaskDocumentDaopublic void deleteByDocument(gr.cite.geoanalytics.dataaccess.entities.document.Document d)
deleteByDocument in interface WorkflowTaskDocumentDaopublic gr.cite.geoanalytics.dataaccess.entities.workflow.WorkflowTaskDocument loadDetails(gr.cite.geoanalytics.dataaccess.entities.workflow.WorkflowTaskDocument wtd)
loadDetails in interface Dao<gr.cite.geoanalytics.dataaccess.entities.workflow.WorkflowTaskDocument,gr.cite.geoanalytics.dataaccess.entities.workflow.WorkflowTaskDocumentPK>Copyright © 2016. All Rights Reserved.