Class IndexQueryHintHandler

java.lang.Object
org.hibernate.dialect.hint.IndexQueryHintHandler
All Implemented Interfaces:
QueryHintHandler

@Deprecated(since="7.0", forRemoval=true) public class IndexQueryHintHandler extends Object implements QueryHintHandler
Deprecated, for removal: This API element is subject to removal in a future version.
Moved to Dialect
  • Constructor Details

    • IndexQueryHintHandler

      public IndexQueryHintHandler()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • addQueryHints

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