class EventDetectorTemplateDao.TemplateEventDetectorRowMapper extends java.lang.Object implements com.serotonin.db.spring.GenericRowMapper<PointEventDetectorVO>
Modifier and Type | Field and Description |
---|---|
private EventDetectorTemplateVO |
template |
Constructor and Description |
---|
TemplateEventDetectorRowMapper(EventDetectorTemplateVO template) |
Modifier and Type | Method and Description |
---|---|
PointEventDetectorVO |
mapRow(java.sql.ResultSet rs,
int rowNum) |
private final EventDetectorTemplateVO template
public TemplateEventDetectorRowMapper(EventDetectorTemplateVO template)
public PointEventDetectorVO mapRow(java.sql.ResultSet rs, int rowNum) throws java.sql.SQLException
mapRow
in interface com.serotonin.db.spring.GenericRowMapper<PointEventDetectorVO>
mapRow
in interface org.springframework.jdbc.core.RowMapper
java.sql.SQLException