| Package | Description |
|---|---|
| ch.jalu.datasourcecolumns.sqlimplementation | |
| ch.jalu.datasourcecolumns.sqlimplementation.statementgenerator |
| Modifier and Type | Method and Description |
|---|---|
static <C> SqlColumnsHandlerConfig<C> |
SqlColumnsHandlerConfig.forConnectionPool(ConnectionSupplier connectionSupplier,
String tableName,
String idColumn,
C context)
Creates a configuration with defaults for the given connection supplier.
|
| Modifier and Type | Method and Description |
|---|---|
static PreparedStatementGeneratorFactory |
PreparedStatementGeneratorFactory.fromConnectionPool(ConnectionSupplier connectionSupplier)
Creates a generator factory which uses the given connection supplier (typically a connection pool).
|
| Constructor and Description |
|---|
ConnectionPoolPreparedStatementGenerator(ConnectionSupplier connectionSupplier,
String sql) |
Copyright © 2017–2024. All rights reserved.