Package com.wesabe.api.accounts.modules

Examples of com.wesabe.api.accounts.modules.CurrencyExchangeRateMapModule


  @Override
  protected void configure() {
    addEntityPackage("com.wesabe.api.accounts.entities");
    addResourcePackage("com.wesabe.api.accounts.providers");
    addResourcePackage("com.wesabe.api.accounts.resources");
    addModule(new CurrencyExchangeRateMapModule());
    addModule(new HibernateJMXModule());
    setStage(Stage.PRODUCTION);
  }
View Full Code Here

TOP

Related Classes of com.wesabe.api.accounts.modules.CurrencyExchangeRateMapModule

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.