| Modifier and Type | Field and Description |
|---|---|
static String |
INVALID_TASK |
| Constructor and Description |
|---|
RunStatusCrudService(com.j256.ormlite.support.ConnectionSource connection,
com.j256.ormlite.dao.Dao<RunStatus,Long> runStatusDao,
com.j256.ormlite.dao.Dao<StepStatus,Long> stepStatusDao) |
public static final String INVALID_TASK
@Inject
public RunStatusCrudService(com.j256.ormlite.support.ConnectionSource connection,
com.j256.ormlite.dao.Dao<RunStatus,Long> runStatusDao,
com.j256.ormlite.dao.Dao<StepStatus,Long> stepStatusDao)
public int createRaw(RunStatus run) throws SQLException, IllegalArgumentException
SQLExceptionIllegalArgumentExceptionpublic int deleteRaw(RunStatus run) throws SQLException, IllegalArgumentException
SQLExceptionIllegalArgumentExceptionpublic int updateRaw(RunStatus run) throws SQLException, IllegalArgumentException
SQLExceptionIllegalArgumentExceptionpublic RunStatus read(Long key) throws SQLException
read in interface it.netgrid.commons.data.CrudService<RunStatus,Long>read in class it.netgrid.commons.ormlite.TemplateCrudService<RunStatus,Long>SQLExceptionCopyright © 2017 Netgrid. All rights reserved.