org.apache.cayenne.configuration.server
Class JNDIDataSourceFactory
java.lang.Object
org.apache.cayenne.configuration.server.JNDIDataSourceFactory
- All Implemented Interfaces:
- DataSourceFactory
public class JNDIDataSourceFactory
- extends Object
- implements DataSourceFactory
Locates DataSource mapped via JNDI.
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jdbcEventLogger
protected JdbcEventLogger jdbcEventLogger
JNDIDataSourceFactory
public JNDIDataSourceFactory()
getDataSource
public DataSource getDataSource(DataNodeDescriptor nodeDescriptor)
throws Exception
- Description copied from interface:
DataSourceFactory
- Returns DataSource object based on the configuration provided in the
"nodeDescriptor".
- Specified by:
getDataSource
in interface DataSourceFactory
- Throws:
Exception
Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.