Class | Description |
---|---|
ConnectionManager |
Class that manages the pool of database connections.
|
ConnectionResource |
Class that manages the resources associated with a database connection.
|
InsertQuery |
A
StatementCreator class that creates insert statements which
return generated keys. |
PreparedQuery |
A
StatementCreator for statements that create ResultSet s
with specified type, concurrency and holdability. |
StatementCreator |
Class used to specify how to create a
PreparedStatement to be
returned from a ConnectionResource 's statement cache. |