Class AbstractQueryConnector

java.lang.Object
com.almis.awe.config.ServiceConfig
com.almis.awe.service.data.connector.query.AbstractQueryConnector
All Implemented Interfaces:
QueryConnector, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
EnumQueryConnector, QueueQueryConnector, ServiceQueryConnector, SQLQueryConnector

public abstract class AbstractQueryConnector extends ServiceConfig implements QueryConnector
AbstractQueryConnector Class

Abstract class that all database-related query launcher should extend

Author:
Jorge BELLON 24-02-2017
  • Constructor Details

    • AbstractQueryConnector

      protected AbstractQueryConnector(QueryUtil queryUtil, BaseConfigProperties baseConfigProperties, AweElements elements, NumericService numericService, EncodeService encodeService, com.fasterxml.jackson.databind.ObjectMapper mapper)
      Autowired constructor
      Parameters:
      queryUtil - Query utilities
      baseConfigProperties - Base config properties
      elements - AWE elements
      numericService - Numeric service
      encodeService - Encode service
      mapper - Object mapper
  • Method Details