public class StringAttributeJdbcCursorItemReader extends org.springframework.batch.item.database.JdbcCursorItemReader<StringAttribute>
Modifier and Type | Class and Description |
---|---|
private static class |
StringAttributeJdbcCursorItemReader.AttributeRowMapper |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SQL_ATTRIBUTES |
Constructor and Description |
---|
StringAttributeJdbcCursorItemReader(DataSourceLookup dataSourceLookup,
java.lang.String dsName,
org.springframework.jdbc.core.PreparedStatementSetter preparedStatementSetter) |
afterPropertiesSet, cleanupOnClose, getSql, openCursor, readCursor, setPreparedStatementSetter, setRowMapper, setSql
applyStatementSettings, doClose, doOpen, doRead, getDataSource, getExceptionTranslator, handleWarnings, initializeConnection, isUseSharedExtendedConnection, jumpToItem, setDataSource, setDriverSupportsAbsolute, setFetchSize, setIgnoreWarnings, setMaxRows, setQueryTimeout, setUseSharedExtendedConnection, setVerifyCursorPosition
@Inject public StringAttributeJdbcCursorItemReader(DataSourceLookup dataSourceLookup, java.lang.String dsName, org.springframework.jdbc.core.PreparedStatementSetter preparedStatementSetter) throws javax.naming.NamingException
javax.naming.NamingException