DbAdapterFactory
configured via
dependency injection.@Deprecated public interface DbAdapterFactory
Modifier and Type | Method and Description |
---|---|
DbAdapter |
createAdapter(DatabaseMetaData md)
Deprecated.
Returns an instance of DbAdapter if the factory detects that it knows how to handle
the database.
|
DbAdapter createAdapter(DatabaseMetaData md) throws SQLException
SQLException
Copyright © 2001–2018 Apache Cayenne. All rights reserved.