Package com.opengamma.financial.conversion

Examples of com.opengamma.financial.conversion.ResultConverterCache


   *
   * @param dbConnector  the database connector, not null
   */
  public DbBatchWriter(final DbConnector dbConnector, final ComputationTargetResolver computationTargetResolver) {
    super(dbConnector, IDENTIFIER_SCHEME_DEFAULT);
    _resultConverterCache = new ResultConverterCache();
    _computationTargetResolver = computationTargetResolver;
    setElSqlBundle(ElSqlBundle.of(dbConnector.getDialect().getElSqlConfig(), DbBatchWriter.class));
  }
View Full Code Here

TOP

Related Classes of com.opengamma.financial.conversion.ResultConverterCache

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.