Class DatabaseServiceInvocationResponseRowMapper
- java.lang.Object
-
- com.flowable.serviceregistry.engine.impl.invoker.db.DatabaseServiceInvocationResponseRowMapper
-
- All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<DatabaseServiceInvocationResponse>
public class DatabaseServiceInvocationResponseRowMapper extends java.lang.Object implements org.springframework.jdbc.core.RowMapper<DatabaseServiceInvocationResponse>
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected ServiceDefinitionModel
serviceDefinitionModel
-
Constructor Summary
Constructors Constructor Description DatabaseServiceInvocationResponseRowMapper(ServiceDefinitionModel serviceDefinitionModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Date
asDate(java.sql.Timestamp timestamp)
DatabaseServiceInvocationResponse
mapRow(java.sql.ResultSet rs, int rowNum)
protected void
populateValue(java.sql.ResultSet rs, java.util.Map<java.lang.String,java.lang.Object> data, ColumnMapping columnMapping)
-
-
-
Field Detail
-
serviceDefinitionModel
protected final ServiceDefinitionModel serviceDefinitionModel
-
-
Constructor Detail
-
DatabaseServiceInvocationResponseRowMapper
public DatabaseServiceInvocationResponseRowMapper(ServiceDefinitionModel serviceDefinitionModel)
-
-
Method Detail
-
mapRow
public DatabaseServiceInvocationResponse mapRow(java.sql.ResultSet rs, int rowNum) throws java.sql.SQLException
- Specified by:
mapRow
in interfaceorg.springframework.jdbc.core.RowMapper<DatabaseServiceInvocationResponse>
- Throws:
java.sql.SQLException
-
populateValue
protected void populateValue(java.sql.ResultSet rs, java.util.Map<java.lang.String,java.lang.Object> data, ColumnMapping columnMapping) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
asDate
protected java.util.Date asDate(java.sql.Timestamp timestamp)
-
-