public interface BpelDAOConnectionFactoryJDBC extends BpelDAOConnectionFactory
BpelDAOConnectionFactory
interface for DAOs that
are based on J2EE/JDBC data sources.Modifier and Type | Method and Description |
---|---|
void |
setDataSource(javax.sql.DataSource ds)
Set the managed data source (transactions tied to transaction manager).
|
void |
setTransactionManager(java.lang.Object tm)
Set the transaction manager.
|
void |
setUnmanagedDataSource(javax.sql.DataSource ds)
Set the unmanaged data source.
|
getConnection, getDataSource, init, shutdown
void setDataSource(javax.sql.DataSource ds)
ds
- void setUnmanagedDataSource(javax.sql.DataSource ds)
ds
- void setTransactionManager(java.lang.Object tm)
tm
-