Package com.volantis.synergetics.factory

Examples of com.volantis.synergetics.factory.MetaFactory


    public PureDriverConnectionStrategy(String driverClass, String databaseURL) {
        this.url = databaseURL;
        if (LOGGER.isDebugEnabled()) {
            LOGGER.debug("Checking for JDBC driver class: " + driverClass);
        }
        new MetaFactory(driverClass, PureDriverConnectionStrategy.class.getClassLoader()).createInstance();
    }
View Full Code Here

TOP

Related Classes of com.volantis.synergetics.factory.MetaFactory

Copyright © 2018 www.massapicom. 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.