Uses of Interface
org.apache.cayenne.configuration.server.DataSourceFactory
Packages that use DataSourceFactory
-
Uses of DataSourceFactory in org.apache.cayenne.configuration.server
Classes in org.apache.cayenne.configuration.server that implement DataSourceFactoryModifier and TypeClassDescriptionclass
ADataSourceFactory
that delegates DataSource creation to another factory, which is determined dynamically per DataNodeDescriptor.class
Locates DataSource mapped via JNDI.class
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.server declared as DataSourceFactoryModifier and TypeFieldDescriptionprotected DataSourceFactory
DefaultDataNodeFactory.dataSourceFactory
Methods in org.apache.cayenne.configuration.server that return DataSourceFactoryModifier and TypeMethodDescriptionprotected DataSourceFactory
DelegatingDataSourceFactory.getDataSourceFactory
(DataNodeDescriptor nodeDescriptor)