Java org.apache.commons.dbcp2.managed BasicManagedDataSource fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.dbcp2.managed BasicManagedDataSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.dbcp2.managed BasicManagedDataSource.

The text is from its open source code.

Constructor

Method

voidsetTransactionManager(TransactionManager transactionManager)
Sets the required transaction manager property.
voidsetValidationQuery(String validationQuery)

Sets the #validationQuery .

Note: this method currently has no effect once the pool has been initialized.

voidsetXaDataSourceInstance(XADataSource xaDataSourceInstance)

Sets the XADataSource instance used by the XAConnectionFactory.

Note: this method currently has no effect once the pool has been initialized.