Method Summary |
|
DataSource | getDataSource() Returns the Jdbc data source that will be used to connect to the
database. |
JdbcDialect | getDialect() Returns the
JdbcDialect that will be used when executing
operations that might have different implementations based on the target
database. |
int | getFetchSize() Returns the fetch size that will be used when executing select queries
against the database. |
void | setDataSource(DataSource dataSource) Sets the Jdbc data source that will be used to connect to the database. |
void | setDialect(JdbcDialect dialect) Sets the
JdbcDialect that will be used when executing operations
that might have different implementations based on the target database. |
void | setFetchSize(int fetchSize) Sets the fetch size that will be used when executing select queries
against the database. |