|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionFactory | |
org.sape.carbon.services.sql |
The Carbon SQL service comprises of
SqlStatementFactory - The functional interface to the component
DefaultStatementFactoryImpl - The default funtional implementation that defines the
createPreparedStatement and createCallableStatement methods. |
org.sape.carbon.services.sql.connection | Contains the classes used to connect to JDBC datasources and driver connections through a configured setup. |
org.sape.carbon.services.sqldataloader.mru | |
org.sape.carbon.services.sqldataloader.total | |
org.sape.carbon.services.uniqueid | The Carbon Unique ID Service solves the problem of generating unique IDs for data that are independent of the data representation itself. |
Uses of ConnectionFactory in org.sape.carbon.services.sql |
Methods in org.sape.carbon.services.sql that return ConnectionFactory | |
ConnectionFactory |
StatementFactoryConfiguration.getConnectionFactory()
Getter for the connection factory to be used when creating queries. |
ConnectionFactory |
StatementConfiguration.getConnectionFactory()
Getter for the connection factory to be used when creating queries. |
Methods in org.sape.carbon.services.sql with parameters of type ConnectionFactory | |
void |
StatementFactoryConfiguration.setConnectionFactory(ConnectionFactory connectionFactory)
Setter for the connection factory |
void |
StatementConfiguration.setConnectionFactory(ConnectionFactory connectionFactory)
Setter for the connection factory |
Uses of ConnectionFactory in org.sape.carbon.services.sql.connection |
Subinterfaces of ConnectionFactory in org.sape.carbon.services.sql.connection | |
interface |
DataSourceConnectionFactory
DataSource-based ConnectionFactory. |
Classes in org.sape.carbon.services.sql.connection that implement ConnectionFactory | |
class |
NamedDataSourceConnectionFactory
Decorator Component for a JNDI DataSource. |
class |
StandaloneConnectionFactory
A Factory for JDBC Connections. |
Uses of ConnectionFactory in org.sape.carbon.services.sqldataloader.mru |
Methods in org.sape.carbon.services.sqldataloader.mru that return ConnectionFactory | |
ConnectionFactory |
SqlBeanMapMRUDataLoaderConfiguration.getConnectionFactory()
ConnectionFactory defines the reference to ConnectionFactory component |
Methods in org.sape.carbon.services.sqldataloader.mru with parameters of type ConnectionFactory | |
void |
SqlBeanMapMRUDataLoaderConfiguration.setConnectionFactory(ConnectionFactory connectionFactory)
Sets the reference to ConnectionFactory componenent |
Uses of ConnectionFactory in org.sape.carbon.services.sqldataloader.total |
Methods in org.sape.carbon.services.sqldataloader.total that return ConnectionFactory | |
ConnectionFactory |
SqlBeanDataLoaderConfiguration.getConnectionFactory()
ConnectionFactory defines the reference to ConnectionFactory component |
Methods in org.sape.carbon.services.sqldataloader.total with parameters of type ConnectionFactory | |
void |
SqlBeanDataLoaderConfiguration.setConnectionFactory(ConnectionFactory connectionFactory)
Sets the reference to ConnectionFactory componenent |
Uses of ConnectionFactory in org.sape.carbon.services.uniqueid |
Fields in org.sape.carbon.services.uniqueid declared as ConnectionFactory | |
protected ConnectionFactory |
DefaultUniqueIDServiceImpl.connectionFactory
Connection Factory used for the Select/Update query |
Methods in org.sape.carbon.services.uniqueid that return ConnectionFactory | |
ConnectionFactory |
UniqueIDServiceConfiguration.getConnectionFactory()
Reference to the ConnectionFactory that this service will use to create connections to the database (required) |
Methods in org.sape.carbon.services.uniqueid with parameters of type ConnectionFactory | |
void |
UniqueIDServiceConfiguration.setConnectionFactory(ConnectionFactory factory)
Reference to the ConnectionFactory that this service will use to create connections to the database (required) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |