// configure known DbAdapter detectors in reverse order of popularity. Users can
// add their own to install custom adapters automatically
binder
.bindList(Constants.SERVER_ADAPTER_DETECTORS_LIST)
.add(new FirebirdSniffer(objectFactory))
.add(new OpenBaseSniffer(objectFactory))
.add(new FrontBaseSniffer(objectFactory))
.add(new IngresSniffer(objectFactory))
.add(new SQLiteSniffer(objectFactory))
.add(new DB2Sniffer(objectFactory))