Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.torque.dsfactory: Javadoc index of package org.apache.torque.dsfactory.


Package Samples:

org.apache.torque.dsfactory

Classes:

JndiDataSourceFactory: A factory that looks up the DataSource from JNDI. It is also able to deploy the DataSource based on properties found in the configuration. This factory tries to avoid excessive context lookups to improve speed. The time between two lookups can be configured. The default is 0 (no cache).
AbstractDataSourceFactory: A class that contains common functionality of the factories in this package.
TorqueDataSourceFactory: A factory that uses the "old" Torque Pools for fetching a DataSource.
PerUserPoolDataSourceFactory: A factory that looks up the DataSource using the JDBC2 pool methods.
SharedPoolDataSourceFactory: A factory that looks up the DataSource using the JDBC2 pool methods.
DataSourceFactory: A factory that returns a DataSource.

Home | Contact Us | Privacy Policy | Terms of Service