Uses of Interface
org.apache.cayenne.configuration.runtime.DataSourceFactory
Packages that use DataSourceFactory
-
Uses of DataSourceFactory in org.apache.cayenne.configuration.runtime
Classes in org.apache.cayenne.configuration.runtime that implement DataSourceFactoryModifier and TypeClassDescriptionclass
ADataSourceFactory
that delegates DataSource creation to another factory, which is determined dynamically per DataNodeDescriptor.class
Deprecated.since 5.0, unused by Cayenneclass
A DataSourceFactrory that creates a DataSource based on system properties.class
ADataSourceFactory
that loads JDBC connection information from an XML resource associated with the DataNodeDescriptor, returning a DataSource with simple connection pooling.Fields in org.apache.cayenne.configuration.runtime declared as DataSourceFactoryModifier and TypeFieldDescriptionprotected DataSourceFactory
DefaultDataNodeFactory.dataSourceFactory
Methods in org.apache.cayenne.configuration.runtime that return DataSourceFactoryModifier and TypeMethodDescriptionprotected DataSourceFactory
DelegatingDataSourceFactory.getDataSourceFactory
(DataNodeDescriptor nodeDescriptor)