spring-framework / org.springframework.jca.cci.connection / TransactionAwareConnectionFactoryProxy / getConnection

getConnection

open fun getConnection(): Connection

Delegate to ConnectionFactoryUtils for automatically participating in Spring-managed transactions. Throws the original ResourceException, if any.

Return
a transactional Connection if any, a new one else

See Also
org.springframework.jca.cci.connection.ConnectionFactoryUtils#doGetConnection