public class CategoryProductMapJdbcCursorItemReader extends org.springframework.batch.item.database.JdbcCursorItemReader<CategoryProductMap>
Modifier and Type | Class and Description |
---|---|
private static class |
CategoryProductMapJdbcCursorItemReader.AttributeRowMapper |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SQL_CATEGORYPRODUCTMAP |
static java.lang.String |
SQL_CATEGORYPRODUCTMAP_BASE |
static java.lang.String |
SQL_CATEGORYPRODUCTMAP_PRODUCT |
Constructor and Description |
---|
CategoryProductMapJdbcCursorItemReader(DataSourceLookup dataSourceLookup,
JdbcTemplateFactory jdbcTemplateFactory,
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
public static final java.lang.String SQL_CATEGORYPRODUCTMAP_BASE
public static final java.lang.String SQL_CATEGORYPRODUCTMAP
public static final java.lang.String SQL_CATEGORYPRODUCTMAP_PRODUCT
@Inject public CategoryProductMapJdbcCursorItemReader(DataSourceLookup dataSourceLookup, JdbcTemplateFactory jdbcTemplateFactory, java.lang.String dsName, org.springframework.jdbc.core.PreparedStatementSetter preparedStatementSetter) throws javax.naming.NamingException
javax.naming.NamingException