Java org.springframework.jca.cci.connection ConnectionFactoryUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jca.cci.connection ConnectionFactoryUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jca.cci.connection ConnectionFactoryUtils.

The text is from its open source code.

Method

ConnectiongetConnection(ConnectionFactory cf, @Nullable ConnectionSpec spec)
Obtain a Connection from the given ConnectionFactory.
voidreleaseConnection(@Nullable Connection con, @Nullable ConnectionFactory cf)
Close the given Connection, obtained from the given ConnectionFactory, if it is not managed externally (that is, not bound to the thread).