| Package | Description |
|---|---|
| de.hybris.platform.jdbcwrapper | |
| de.hybris.platform.tx | |
| de.hybris.platform.virtualjdbc.filter |
| Modifier and Type | Class and Description |
|---|---|
class |
JUnitConnectionImpl
For testing error flag in connection itself.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionImpl |
StatementImpl.connection |
| Modifier and Type | Method and Description |
|---|---|
ConnectionImpl |
FlexibleSearchStatementImpl.getConnection()
returns the ConnectionImpl object
|
ConnectionImpl |
StatementImpl.getConnection()
returns the ConnectionImpl object
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceImpl.invalidate(ConnectionImpl conn) |
void |
HybrisDataSource.invalidate(ConnectionImpl conn) |
void |
FlexibleSearchDataSourceImpl.returnToPool(ConnectionImpl conn) |
void |
DataSourceImpl.returnToPool(ConnectionImpl conn) |
void |
HybrisDataSource.returnToPool(ConnectionImpl conn) |
| Constructor and Description |
|---|
FlexibleSearchPreparedStatementImpl(ConnectionImpl conn,
java.sql.PreparedStatement statement,
java.lang.String query) |
FlexibleSearchStatementImpl(ConnectionImpl conn,
java.sql.Statement statement) |
JUnitPreparedStatementImpl(ConnectionImpl conn,
java.sql.PreparedStatement statement,
java.lang.String query) |
PreparedStatementImpl(ConnectionImpl conn,
java.sql.PreparedStatement statement,
java.lang.String query) |
StatementImpl(ConnectionImpl conn,
java.sql.Statement statement) |
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionImpl |
Transaction.bindConnection(Tenant tenant,
boolean userTAEnabled) |
protected ConnectionImpl |
Transaction.getConnectionToBind(HybrisDataSource dataSource) |
ConnectionImpl |
Transaction.getTXBoundConnection()
Inside a transaction this method returns the transaction bound database connection.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Transaction.rollbackConnection(ConnectionImpl con) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
VjdbcConnectionUidCache.put(java.lang.Long uid,
java.lang.String user,
ConnectionImpl connection) |
Copyright © 2018 SAP SE. All Rights Reserved.