public class DatabaseServiceInvocationResponseRowMapper extends Object implements org.springframework.jdbc.core.RowMapper<DatabaseServiceInvocationResponse>
| Modifier and Type | Field and Description |
|---|---|
protected ServiceDefinitionModel |
serviceDefinitionModel |
| Constructor and Description |
|---|
DatabaseServiceInvocationResponseRowMapper(ServiceDefinitionModel serviceDefinitionModel) |
| Modifier and Type | Method and Description |
|---|---|
protected Date |
asDate(Timestamp timestamp) |
DatabaseServiceInvocationResponse |
mapRow(ResultSet rs,
int rowNum) |
protected void |
populateValue(ResultSet rs,
Map<String,Object> data,
ColumnMapping columnMapping) |
protected final ServiceDefinitionModel serviceDefinitionModel
public DatabaseServiceInvocationResponseRowMapper(ServiceDefinitionModel serviceDefinitionModel)
public DatabaseServiceInvocationResponse mapRow(ResultSet rs, int rowNum) throws SQLException
mapRow in interface org.springframework.jdbc.core.RowMapper<DatabaseServiceInvocationResponse>SQLExceptionprotected void populateValue(ResultSet rs, Map<String,Object> data, ColumnMapping columnMapping) throws SQLException
SQLExceptionCopyright © 2019. All rights reserved.