public static class JdbcState.Options extends Object implements Serializable
Constructor and Description |
---|
Options() |
Modifier and Type | Method and Description |
---|---|
JdbcState.Options |
withConnectionProvider(ConnectionProvider connectionProvider) |
JdbcState.Options |
withInsertQuery(String insertQuery) |
JdbcState.Options |
withJdbcLookupMapper(JdbcLookupMapper jdbcLookupMapper) |
JdbcState.Options |
withMapper(JdbcMapper mapper) |
JdbcState.Options |
withQueryTimeoutSecs(int queryTimeoutSecs) |
JdbcState.Options |
withSelectQuery(String selectQuery) |
JdbcState.Options |
withTableName(String tableName) |
public JdbcState.Options withConnectionProvider(ConnectionProvider connectionProvider)
public JdbcState.Options withTableName(String tableName)
public JdbcState.Options withInsertQuery(String insertQuery)
public JdbcState.Options withMapper(JdbcMapper mapper)
public JdbcState.Options withJdbcLookupMapper(JdbcLookupMapper jdbcLookupMapper)
public JdbcState.Options withSelectQuery(String selectQuery)
public JdbcState.Options withQueryTimeoutSecs(int queryTimeoutSecs)
Copyright © 2022 The Apache Software Foundation. All rights reserved.