static final class PreDefAttributeReader.Reader extends JdbcCursorItemReader4EPJ<CustomAttributeMapEntry>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PRODUCT_SQL |
private static org.springframework.jdbc.core.RowMapper<CustomAttributeMapEntry> |
ROW_MAPPER |
static java.lang.String |
SHOP_SQL |
static java.lang.String |
SQL |
Constructor and Description |
---|
PreDefAttributeReader.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, getExecutionContextUserSupport, isSaveState, open, read, setCurrentItemCount, setMaxItemCount, setName, setSaveState, update
private static final org.springframework.jdbc.core.RowMapper<CustomAttributeMapEntry> ROW_MAPPER
public static final java.lang.String SQL
public static final java.lang.String SHOP_SQL
public static final java.lang.String PRODUCT_SQL
public PreDefAttributeReader.Reader(DataSourceLookup dataSourceLookup)
public void setReader(java.lang.String dsName, ProductReaderPreparedStatementSetter pstSetter)
setReader
in interface EPJItemStreamReader<CustomAttributeMapEntry>
setReader
in class JdbcCursorItemReader4EPJ<CustomAttributeMapEntry>
private static java.lang.String getSQL(ProductReaderPreparedStatementSetter pstSetter)