spring-framework / org.springframework.jca.support / LocalConnectionFactoryBean / setConnectionManager

setConnectionManager

open fun setConnectionManager(connectionManager: ConnectionManager): Unit

Set the JCA ConnectionManager that should be used to create the desired connection factory.

A ConnectionManager implementation for local usage is often included with a JCA connector. Such an included ConnectionManager might be set as default, with no need to explicitly specify one.

See Also
javax.resource.spi.ManagedConnectionFactory#createConnectionFactory(javax.resource.spi.ConnectionManager)