org.apache.cayenne.tools.configuration
Class DriverDataSourceFactory

java.lang.Object
  extended by org.apache.cayenne.tools.configuration.DriverDataSourceFactory
All Implemented Interfaces:
DataSourceFactory

public class DriverDataSourceFactory
extends Object
implements DataSourceFactory

Since:
3.2

Constructor Summary
DriverDataSourceFactory(AdhocObjectFactory objectFactory)
           
 
Method Summary
 DataSource getDataSource(DataNodeDescriptor nodeDescriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriverDataSourceFactory

public DriverDataSourceFactory(AdhocObjectFactory objectFactory)
Method Detail

getDataSource

public DataSource getDataSource(DataNodeDescriptor nodeDescriptor)
                         throws Exception
Specified by:
getDataSource in interface DataSourceFactory
Throws:
Exception


Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.