| Package | Description |
|---|---|
| ch.jalu.datasourcecolumns.sqlimplementation | |
| ch.jalu.datasourcecolumns.sqlimplementation.statementgenerator |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatementGeneratorFactory |
SqlColumnsHandlerConfig.getStatementGeneratorFactory() |
| Modifier and Type | Method and Description |
|---|---|
SqlColumnsHandlerConfig<C> |
SqlColumnsHandlerConfig.setPreparedStatementGeneratorFactory(PreparedStatementGeneratorFactory factory)
Sets a custom
PreparedStatementGeneratorFactory. |
| Constructor and Description |
|---|
SqlColumnsHandlerConfig(String tableName,
String idColumn,
C context,
PreparedStatementGeneratorFactory generatorFactory) |
| Modifier and Type | Method and Description |
|---|---|
static PreparedStatementGeneratorFactory |
PreparedStatementGeneratorFactory.fromConnection(Connection con)
Creates a generator factory based on the given connection.
|
static PreparedStatementGeneratorFactory |
PreparedStatementGeneratorFactory.fromConnectionPool(ConnectionSupplier connectionSupplier)
Creates a generator factory which uses the given connection supplier (typically a connection pool).
|
Copyright © 2017–2024. All rights reserved.