Interface QueryHintHandler

All Known Implementing Classes:
IndexQueryHintHandler

@Deprecated(since="7.0", forRemoval=true) public interface QueryHintHandler
Deprecated, for removal: This API element is subject to removal in a future version.
Moved to Dialect
  • Method Summary

    Modifier and Type
    Method
    Description
    addQueryHints(String query, String hints)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Add query hints to the given query.
  • Method Details

    • addQueryHints

      String addQueryHints(String query, String hints)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Add query hints to the given query.
      Parameters:
      query - original query
      hints - hints to be applied
      Returns:
      query with hints