Examples of FirebirdSniffer


Examples of org.apache.cayenne.dba.firebird.FirebirdSniffer

        // 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))
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.