private static final class SubProductReader.Reader extends JdbcCursorItemReader4EPJ<Attribute<Product>>
Modifier and Type | Field and Description |
---|---|
private static org.springframework.jdbc.core.RowMapper<Attribute<Product>> |
ROW_MAPPER |
static java.lang.String |
SQL |
static SimpleKey |
SUB_PRODUCT |
Constructor and Description |
---|
SubProductReader.Reader(DataSourceLookup dataSourceLookup) |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
getSQL(ProductReaderPreparedStatementSetter pstSetter) |
void |
setReader(java.lang.String dsName,
ProductReaderPreparedStatementSetter pstSetter) |
getVariationId, setIgnoreWarnings, setReader
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
close, getCurrentItemCount, isSaveState, open, read, setCurrentItemCount, setMaxItemCount, setSaveState, update
getExecutionContextKey, setExecutionContextName, setName
public static final SimpleKey SUB_PRODUCT
private static final org.springframework.jdbc.core.RowMapper<Attribute<Product>> ROW_MAPPER
public static final java.lang.String SQL
public SubProductReader.Reader(DataSourceLookup dataSourceLookup)
public void setReader(java.lang.String dsName, ProductReaderPreparedStatementSetter pstSetter)
setReader
in interface EPJItemStreamReader<Attribute<Product>>
setReader
in class JdbcCursorItemReader4EPJ<Attribute<Product>>
private static java.lang.String getSQL(ProductReaderPreparedStatementSetter pstSetter)