|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DbAdapterFactory
configured via
dependency injection.
public interface DbAdapterFactory
Defines a conditional factory for a specific DbAdapter. Note that the factory can potentially return different (or differently configured) DbAdapters for the same database based on version information and other metadata.
Method Summary | |
---|---|
DbAdapter |
createAdapter(java.sql.DatabaseMetaData md)
Deprecated. Returns an instance of DbAdapter if the factory detects that it knows how to handle the database. |
Method Detail |
---|
DbAdapter createAdapter(java.sql.DatabaseMetaData md) throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |