public interface DataSourceFactory
| Modifier and Type | Method and Description |
|---|---|
JDBCConnectionPool |
createConnectionPool(HybrisDataSource dataSource,
GenericObjectPoolConfig poolConfig) |
HybrisDataSource |
createDataSource(String id,
Tenant tenant,
Map<String,String> connectionParams,
boolean readOnly) |
HybrisDataSource |
createJNDIDataSource(String id,
Tenant tenant,
String jndiName,
boolean readOnly) |
Connection |
wrapConnection(HybrisDataSource wrappedDataSource,
Connection rawConnection) |
PreparedStatement |
wrapPreparedStatement(Connection wrappedConnection,
PreparedStatement rawStatement,
String query) |
ResultSet |
wrapResultSet(Statement wrappedStatement,
ResultSet rawResultSet) |
Statement |
wrapStatement(Connection wrappedConnection,
Statement rawStatement) |
HybrisDataSource createJNDIDataSource(String id, Tenant tenant, String jndiName, boolean readOnly)
HybrisDataSource createDataSource(String id, Tenant tenant, Map<String,String> connectionParams, boolean readOnly)
JDBCConnectionPool createConnectionPool(HybrisDataSource dataSource, GenericObjectPoolConfig poolConfig)
Connection wrapConnection(HybrisDataSource wrappedDataSource, Connection rawConnection)
Statement wrapStatement(Connection wrappedConnection, Statement rawStatement)
PreparedStatement wrapPreparedStatement(Connection wrappedConnection, PreparedStatement rawStatement, String query)
Copyright © 2017 SAP SE. All Rights Reserved.