Package fi.evident.dalesbred

Examples of fi.evident.dalesbred.Database


     *
     * @throws org.junit.internal.AssumptionViolatedException if properties were not found
     */
    @NotNull
    public static Database databaseForProperties(@NotNull String propertiesPath, @NotNull Dialect dialect) {
        return new Database(createDataSource(propertiesPath), dialect);
    }
View Full Code Here

TOP

Related Classes of fi.evident.dalesbred.Database

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.