Uses of Class
de.hybris.platform.jdbcwrapper.ConnectionImpl
Packages that use ConnectionImpl
-
Uses of ConnectionImpl in de.hybris.platform.jdbcwrapper
Subclasses of ConnectionImpl in de.hybris.platform.jdbcwrapperModifier and TypeClassDescriptionclassFor testing error flag in connection itself.Fields in de.hybris.platform.jdbcwrapper declared as ConnectionImplMethods in de.hybris.platform.jdbcwrapper that return ConnectionImplModifier and TypeMethodDescriptionStatementImpl.getConnection()returns the ConnectionImpl objectMethods in de.hybris.platform.jdbcwrapper with parameters of type ConnectionImplModifier and TypeMethodDescriptionvoidDataSourceImpl.invalidate(ConnectionImpl conn) voidHybrisDataSource.invalidate(ConnectionImpl conn) voidDataSourceImpl.returnToPool(ConnectionImpl conn) voidHybrisDataSource.returnToPool(ConnectionImpl conn) Constructors in de.hybris.platform.jdbcwrapper with parameters of type ConnectionImplModifierConstructorDescriptionJUnitPreparedStatementImpl(ConnectionImpl conn, PreparedStatement statement, String query) PreparedStatementImpl(ConnectionImpl conn, PreparedStatement statement, String query) StatementImpl(ConnectionImpl conn, Statement statement) -
Uses of ConnectionImpl in de.hybris.platform.tx
Methods in de.hybris.platform.tx that return ConnectionImplModifier and TypeMethodDescriptionprotected ConnectionImplTransaction.bindConnection(Tenant tenant, boolean userTAEnabled) protected ConnectionImplTransaction.getConnectionToBind(HybrisDataSource dataSource) protected ConnectionImplTransaction.getConnectionToBindWithRetry(HybrisDataSource dataSource) Transaction.getTXBoundConnection()Inside a transaction this method returns the transaction bound database connection.Methods in de.hybris.platform.tx with parameters of type ConnectionImplModifier and TypeMethodDescriptionprotected voidTransaction.rollbackConnection(ConnectionImpl con)