public abstract class JdbcCursorItemReader4EPJ<T>
extends org.springframework.batch.item.database.JdbcCursorItemReader<T>
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
SQL_WARNINGS_ERRMSG |
Constructor and Description |
---|
JdbcCursorItemReader4EPJ() |
Modifier and Type | Method and Description |
---|---|
private void |
checkForSqlWarnings() |
void |
setIgnoreWarnings(boolean ignoreWarnings) |
afterPropertiesSet, cleanupOnClose, getSql, openCursor, readCursor, setPreparedStatementSetter, setRowMapper, setSql
applyStatementSettings, doClose, doOpen, doRead, getDataSource, getExceptionTranslator, handleWarnings, initializeConnection, isUseSharedExtendedConnection, jumpToItem, setDataSource, setDriverSupportsAbsolute, setFetchSize, setMaxRows, setQueryTimeout, setUseSharedExtendedConnection, setVerifyCursorPosition
private static final java.lang.String SQL_WARNINGS_ERRMSG
public void setIgnoreWarnings(boolean ignoreWarnings)
setIgnoreWarnings
in class org.springframework.batch.item.database.AbstractCursorItemReader<T>
private void checkForSqlWarnings()