Uses of Interface
org.apache.torque.dsfactory.DataSourceFactory
Packages that use DataSourceFactory
Package
Description
Torque is an object-relational mapper for Java.
Torque's API for creation of various javax.sql.DataSource
implementations.
-
Uses of DataSourceFactory in org.apache.torque
Methods in org.apache.torque that return DataSourceFactoryModifier and TypeMethodDescriptionDatabase.getDataSourceFactory()Returns the DataSourceFactory for this database.TorqueInstance.getDataSourceFactory(String name) Returns the DataSourceFactory for the database with the namename.Methods in org.apache.torque with parameters of type DataSourceFactoryModifier and TypeMethodDescriptionvoidDatabase.setDataSourceFactory(DataSourceFactory aDataSourceFactory) Sets the DataSourceFactory for this database. -
Uses of DataSourceFactory in org.apache.torque.dsfactory
Classes in org.apache.torque.dsfactory that implement DataSourceFactoryModifier and TypeClassDescriptionclassA class that contains common functionality of the factories in this package.classA factory that looks up the DataSource from JNDI.classA factory that looks up the DataSource using the DBCP2 pool methods.classA factory that looks up the DataSource using the DBCP2 pool methods.