| ConnectionErrorCheckingJDBCConnectionFactory |
|
| ConnectionErrorCheckingJDBCConnectionPool |
|
| ConnectionImpl |
Wrapper for the jdbc Connection class CAUTION: Please be aware that this file will be compiled by using jdk
1.6 and jdk 1.7,
for being successful in both cases we have to suppress the generation of the @override annotation.
|
| ConnectionPoolTest |
Test return behavior in case the hybris data source and its contained pool has been closed/destroyed.
|
| ConnectionStatus |
Thread-safe connection status.
|
| ConnectionStatusTest |
|
| DataSourceFactoryTest |
|
| DataSourceImpl |
DataSource connection factory for JDBC Connections.
|
| DBConstants |
|
| FlexibleSearchParser |
Parses passed in flexible search query to raw sql format.
|
| GenericObjectPoolTest |
Tests apache commpons pool bug POOL-107 ...
|
| HybrisJdbcTemplate |
|
| JDBCConnectionFactory |
|
| JDBCConnectionPool |
|
| JDBCLogUtils |
|
| JdbcTestSupport |
|
| JdbcTestSupport.JdbcStatistics |
|
| JdbcTestSupport.JdbcStatisticsAssertions |
|
| JdbcTestSupportTest |
|
| JUnitConnectionErrorCheckingJDBCConnectionPool |
For testing error handling when
all connections fail
single connections fail
the pool reports connection errors in general
|
| JUnitConnectionImpl |
For testing error flag in connection itself.
|
| JUnitConnectionStatus |
|
| JUnitDataSourceFactory |
|
| JUnitJDBCConnectionFactory |
|
| JUnitPreparedStatementImpl |
For testing sql errors while execution.
|
| OracleConnectionClosedTest |
|
| OracleStatementCachingConfigurer |
|
| PreparedStatementImpl |
|
| PreparedStatementImplTest |
Tests automatic closing of statements and result sets when closing the associated connection or statement.
|
| ResultSetImpl |
CAUTION: Please be aware that this file will be compiled by using jdk 1.6 and jdk 1.7,
for being successful in both cases we have to suppress the generation of the @override annotation.
|
| SlaveDataSourceTest |
|
| SlaveTenantDataSource |
|
| StatementImpl |
CAUTION: Please be aware that this file will be compiled by using jdk 1.6 and jdk 1.7,
for being successful in both cases we have to suppress the generation of the @override annotation.
|
| WrapperRelease<T> |
Abstraction of releasing dependent resources like Statement(s) for ConnectionImpl
|