public interface DbAdapterFactory
Modifier and Type | Method and Description |
---|---|
DbAdapter |
createAdapter(DataNodeDescriptor nodeDescriptor,
DataSource dataSource)
Returns an instance of DbAdapter if the factory detects that it knows how to handle
the database.
|
DbAdapter createAdapter(DataNodeDescriptor nodeDescriptor, DataSource dataSource) throws Exception
Exception
Copyright © 2001–2018 Apache Cayenne. All rights reserved.