Uses of Class
de.hybris.platform.jdbcwrapper.ConnectionImpl
-
Packages that use ConnectionImpl Package Description de.hybris.platform.jdbcwrapper de.hybris.platform.tx -
-
Uses of ConnectionImpl in de.hybris.platform.jdbcwrapper
Subclasses of ConnectionImpl in de.hybris.platform.jdbcwrapper Modifier and Type Class Description classJUnitConnectionImplFor testing error flag in connection itself.Fields in de.hybris.platform.jdbcwrapper declared as ConnectionImpl Modifier and Type Field Description protected ConnectionImplStatementImpl. connectionMethods in de.hybris.platform.jdbcwrapper that return ConnectionImpl Modifier and Type Method Description ConnectionImplStatementImpl. getConnection()returns the ConnectionImpl objectMethods in de.hybris.platform.jdbcwrapper with parameters of type ConnectionImpl Modifier and Type Method Description voidDataSourceImpl. 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 ConnectionImpl Constructor Description 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) -
Uses of ConnectionImpl in de.hybris.platform.tx
Methods in de.hybris.platform.tx that return ConnectionImpl Modifier and Type Method Description protected ConnectionImplTransaction. bindConnection(Tenant tenant, boolean userTAEnabled)protected ConnectionImplTransaction. getConnectionToBind(HybrisDataSource dataSource)ConnectionImplTransaction. getTXBoundConnection()Inside a transaction this method returns the transaction bound database connection.Methods in de.hybris.platform.tx with parameters of type ConnectionImpl Modifier and Type Method Description protected voidTransaction. rollbackConnection(ConnectionImpl con)
-