Interface DbAdapterFactory
- All Known Implementing Classes:
DefaultDbAdapterFactory
public interface DbAdapterFactory
- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptioncreateAdapter
(DataNodeDescriptor nodeDescriptor, DataSource dataSource) Returns an instance of DbAdapter if the factory detects that it knows how to handle the database.
-
Method Details
-
createAdapter
Returns an instance of DbAdapter if the factory detects that it knows how to handle the database.- Throws:
Exception
-