public class LogFileJPADao extends AbstractJPADao<LogFile,String> implements LogFileDao
| Constructor and Description |
|---|
LogFileJPADao(com.google.inject.Provider<javax.persistence.EntityManager> entityManager) |
| Modifier and Type | Method and Description |
|---|---|
List<LogFile> |
findByExecutionId(String executionId) |
LogFile |
findByExecutionIdAndStepId(String executionId,
String stepId) |
count, delete, exists, findAll, findOne, getEntityManager, getEntityType, save@Inject public LogFileJPADao(com.google.inject.Provider<javax.persistence.EntityManager> entityManager)
public List<LogFile> findByExecutionId(String executionId)
findByExecutionId in interface LogFileDaopublic LogFile findByExecutionIdAndStepId(String executionId, String stepId)
findByExecutionIdAndStepId in interface LogFileDaoCopyright © 2017. All rights reserved.