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