Class SqlQueryExecutor


  • public class SqlQueryExecutor
    extends Object
    Component just under the service that orchestrates query transformation and execution. Sql query executor itself does hold the query state, it uses SqlQueryContext for that. This object manages configuration information and provides dataSource/connections for queries.

    TODO: Not audit specific, should migrate to sqlbase when cleaned around BaseHelper/JdbcSession.