public abstract class AbstractRowMapper<T> extends Object implements org.springframework.jdbc.core.RowMapper<T>
| Constructor and Description |
|---|
AbstractRowMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
getBoolean(ResultSet rs,
String columnLabel) |
protected Date |
getDate(ResultSet rs,
String columnLabel) |
protected Integer |
getInteger(ResultSet rs,
String columnLabel) |
protected Long |
getLong(ResultSet rs,
String columnLabel) |
protected NodeStatus |
getNodeStatus(ResultSet rs,
String columnLabel) |
protected String |
getString(ResultSet rs,
String columnLabel) |
protected WorkflowInstanceStatus |
getWorkflowInstanceStatus(ResultSet rs,
String columnLabel) |
protected WorkItemStatus |
getWorkItemStatus(ResultSet rs,
String columnLabel) |
protected String getString(ResultSet rs, String columnLabel) throws SQLException
SQLExceptionprotected Integer getInteger(ResultSet rs, String columnLabel) throws SQLException
SQLExceptionprotected Long getLong(ResultSet rs, String columnLabel) throws SQLException
SQLExceptionprotected Date getDate(ResultSet rs, String columnLabel) throws SQLException
SQLExceptionprotected Boolean getBoolean(ResultSet rs, String columnLabel) throws SQLException
SQLExceptionprotected WorkflowInstanceStatus getWorkflowInstanceStatus(ResultSet rs, String columnLabel) throws SQLException
SQLExceptionprotected WorkItemStatus getWorkItemStatus(ResultSet rs, String columnLabel) throws SQLException
SQLExceptionprotected NodeStatus getNodeStatus(ResultSet rs, String columnLabel) throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.