Example usage for org.springframework.jca.cci.connection DelegatingConnectionFactory subclass-usage

List of usage examples for org.springframework.jca.cci.connection DelegatingConnectionFactory subclass-usage

Introduction

In this page you can find the example usage for org.springframework.jca.cci.connection DelegatingConnectionFactory subclass-usage.

Usage

From source file org.springframework.jca.cci.connection.SingleConnectionFactory.java

/**
 * A CCI ConnectionFactory adapter that returns the same Connection on all
 * {@code getConnection} calls, and ignores calls to
 * {@code Connection.close()}.
 *
 * <p>Useful for testing and standalone environments, to keep using the same