Class XAConnectionAdaptor

java.lang.Object
io.agroal.pool.util.XAConnectionAdaptor
All Implemented Interfaces:
PooledConnection, XAConnection

public class XAConnectionAdaptor extends Object implements XAConnection
Disguises a non-XA connection as an XAConnection. Useful to keep the same logic for pooling both XA and non-XA connections
Author:
Luis Barreiro