类的使用
org.springframework.jca.cci.CannotGetCciConnectionException
使用CannotGetCciConnectionException的程序包 程序包 说明 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 theorg.springframework.jca.cci.core
package.org.springframework.jca.cci.connection中CannotGetCciConnectionException的使用
抛出CannotGetCciConnectionException的org.springframework.jca.cci.connection中的方法 修饰符和类型 方法 说明 static Connection
ConnectionFactoryUtils. getConnection(ConnectionFactory cf)
Obtain a Connection from the given ConnectionFactory.static Connection
ConnectionFactoryUtils. getConnection(ConnectionFactory cf, ConnectionSpec spec)
Obtain a Connection from the given ConnectionFactory.org.springframework.jca.cci.core.support中CannotGetCciConnectionException的使用
抛出CannotGetCciConnectionException的org.springframework.jca.cci.core.support中的方法 修饰符和类型 方法 说明 protected Connection
CciDaoSupport. getConnection()
Get a CCI Connection, either from the current transaction or a new one.