| Interface | Description |
|---|---|
| ConnectionSupplier |
Supplier of connections to a database.
|
| PreparedStatementGenerator |
Creates a PreparedStatement object for a given SQL code.
|
| PreparedStatementGeneratorFactory |
Creates
PreparedStatementGenerator objects. |
| Class | Description |
|---|---|
| ConnectionPoolPreparedStatementGenerator |
Generates prepared statement objects using a connection retrieved from a connection pool and ensures that
both the retrieved connection and the generated statement are closed.
|
| SingleConnectionPreparedStatementGenerator |
Simple implementation of
PreparedStatementGenerator when a single, long-living Connection object
should be used to create all prepared statements. |
Copyright © 2017–2024. All rights reserved.