ConnectionFactoryUnwrapper

Unwrap a ConnectionFactory that may have been wrapped to perform caching or pooling.

Author

Stephane Nicoll

Since

3.4.0

Functions

Link copied to clipboard
open fun unwrap(connectionFactory: ConnectionFactory): ConnectionFactory
Return the native ConnectionFactory by unwrapping it from a cache or pool connection factory.
Link copied to clipboard
open fun unwrapCaching(connectionFactory: ConnectionFactory): ConnectionFactory
Return the native ConnectionFactory by unwrapping from a CachingConnectionFactory.