Package | Description |
---|---|
org.springframework.jca.cci.connection |
Provides a utility class for easy ConnectionFactory access,
a PlatformTransactionManager for local CCI transactions,
and various simple ConnectionFactory proxies/adapters.
|
org.springframework.jca.cci.core.support |
Classes supporting the
org.springframework.jca.cci.core package. |
Modifier and Type | Method and Description |
---|---|
static javax.resource.cci.Connection |
ConnectionFactoryUtils.getConnection(javax.resource.cci.ConnectionFactory cf)
Obtain a Connection from the given ConnectionFactory.
|
static javax.resource.cci.Connection |
ConnectionFactoryUtils.getConnection(javax.resource.cci.ConnectionFactory cf,
javax.resource.cci.ConnectionSpec spec)
Obtain a Connection from the given ConnectionFactory.
|
Modifier and Type | Method and Description |
---|---|
protected javax.resource.cci.Connection |
CciDaoSupport.getConnection()
Get a CCI Connection, either from the current transaction or a new one.
|
Copyright © 2015. All rights reserved.