Package com.digitolio.jdbi.strategy

Examples of com.digitolio.jdbi.strategy.DefaultTranslatingStrategy


public class StrategyAwareDBI{

    public static final String TRANSLATING_STRATEGY = "TRANSLATING_STRATEGY";

    public static DBI enhanceDBI(DBI dbi){
        return enhanceDBI(dbi, new DefaultTranslatingStrategy());
    }
View Full Code Here

TOP

Related Classes of com.digitolio.jdbi.strategy.DefaultTranslatingStrategy

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.