public interface QueryOptimizer
QueryOptimizer
gives you the chance to do so.QueryOptimizer.optimizeQuery(QueryInfo)
.Modifier and Type | Method and Description |
---|---|
Optimizer |
optimizeQuery(QueryInfo queryInfo)
This method will be called before sql queries are sent to DB, implementing it will have chance to
Further optimize SQL based on certain needs.
|
Optimizer optimizeQuery(QueryInfo queryInfo)
QueryInfo,
- include necessary information to optimize the query statement.#QueryInfo