public class NamedColumnJdbcItemReader extends org.springframework.batch.item.database.JdbcCursorItemReader<Tuple>
Constructor and Description |
---|
NamedColumnJdbcItemReader() |
Modifier and Type | Method and Description |
---|---|
void |
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
close, getCurrentItemCount, isSaveState, open, read, setCurrentItemCount, setMaxItemCount, setSaveState, update
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class org.springframework.batch.item.database.JdbcCursorItemReader<Tuple>
java.lang.Exception