Package com.scooterframework.orm.activerecord

Examples of com.scooterframework.orm.activerecord.ReferenceDataLoader$ReferenceDataTimerTask


        SqlConfig.getInstance();
       
        if (isWebApp()) RouteConfig.getInstance();
       
        if (isWebApp() && !ReferenceDataLoader.isStarted()) {
            rdLoader = new ReferenceDataLoader();
            rdLoader.start();
        }
       
        I18nConfig.getInstance();
       
View Full Code Here

TOP

Related Classes of com.scooterframework.orm.activerecord.ReferenceDataLoader$ReferenceDataTimerTask

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.