org.apache.cayenne.configuration.server
Class DefaultDbAdapterFactory
java.lang.Object
org.apache.cayenne.configuration.server.DefaultDbAdapterFactory
- All Implemented Interfaces:
- DbAdapterFactory
public class DefaultDbAdapterFactory
- extends java.lang.Object
- implements DbAdapterFactory
A factory of DbAdapters that either loads user-provided adapter or guesses the adapter
type from the database metadata.
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DETECTORS_LIST
public static final java.lang.String DETECTORS_LIST
- See Also:
- Constant Field Values
injector
protected Injector injector
jdbcEventLogger
protected JdbcEventLogger jdbcEventLogger
objectFactory
protected AdhocObjectFactory objectFactory
detectors
protected java.util.List<DbAdapterDetector> detectors
DefaultDbAdapterFactory
public DefaultDbAdapterFactory(java.util.List<DbAdapterDetector> detectors)
createAdapter
public DbAdapter createAdapter(DataNodeDescriptor nodeDescriptor,
javax.sql.DataSource dataSource)
throws java.lang.Exception
- Description copied from interface:
DbAdapterFactory
- Returns an instance of DbAdapter if the factory detects that it knows how to handle
the database.
- Specified by:
createAdapter
in interface DbAdapterFactory
- Throws:
java.lang.Exception
detectAdapter
protected DbAdapter detectAdapter(DataNodeDescriptor nodeDescriptor,
javax.sql.DataSource dataSource)
detectAdapter
protected DbAdapter detectAdapter(java.sql.DatabaseMetaData metaData)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
defaultAdapter
protected DbAdapter defaultAdapter()
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.