private static final class SubproductPopularityReader.Reader extends JdbcCursorItemReader4EPJ<Attribute<ProductPopularity>>
Modifier and Type | Field and Description |
---|---|
static AttributeKey |
PRODUCT_POPULARITY_KEY |
private static org.springframework.jdbc.core.RowMapper<Attribute<ProductPopularity>> |
ROW_MAPPER |
static java.lang.String |
SQL |
Constructor and Description |
---|
SubproductPopularityReader.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 AttributeKey PRODUCT_POPULARITY_KEY
private static final org.springframework.jdbc.core.RowMapper<Attribute<ProductPopularity>> ROW_MAPPER
public static final java.lang.String SQL
public SubproductPopularityReader.Reader(DataSourceLookup dataSourceLookup)
public void setReader(java.lang.String dsName, ProductReaderPreparedStatementSetter pstSetter)
setReader
in interface EPJItemStreamReader<Attribute<ProductPopularity>>
setReader
in class JdbcCursorItemReader4EPJ<Attribute<ProductPopularity>>
private static java.lang.String getSQL(ProductReaderPreparedStatementSetter pstSetter)