public class ExecutionJPADao extends AbstractJPADao<Execution,String> implements ExecutionDao
Constructor and Description |
---|
ExecutionJPADao(com.google.inject.Provider<javax.persistence.EntityManager> entityManager) |
Modifier and Type | Method and Description |
---|---|
List<Execution> |
findByCreatorEmail(String email) |
List<Execution> |
findByCreatorEmailAndDeleted(String email,
boolean deleted) |
List<Execution> |
findByDeleted(boolean deleted) |
List<Execution> |
findByWorkflowId(String workflowId) |
List<Execution> |
findByWorkflowIdAndDeleted(String workflowId,
boolean deleted) |
count, delete, exists, findAll, findOne, getEntityManager, getEntityType, save
@Inject public ExecutionJPADao(com.google.inject.Provider<javax.persistence.EntityManager> entityManager)
public List<Execution> findByWorkflowId(String workflowId)
findByWorkflowId
in interface ExecutionDao
public List<Execution> findByWorkflowIdAndDeleted(String workflowId, boolean deleted)
findByWorkflowIdAndDeleted
in interface ExecutionDao
public List<Execution> findByDeleted(boolean deleted)
findByDeleted
in interface ExecutionDao
public List<Execution> findByCreatorEmail(String email)
findByCreatorEmail
in interface ExecutionDao
public List<Execution> findByCreatorEmailAndDeleted(String email, boolean deleted)
findByCreatorEmailAndDeleted
in interface ExecutionDao
Copyright © 2017. All rights reserved.