Package org.hibernate.dialect.hint
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.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionaddQueryHints
(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.
-
Constructor Details
-
IndexQueryHintHandler
public IndexQueryHintHandler()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
addQueryHints
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 interfaceQueryHintHandler
- Parameters:
query
- original queryhints
- hints to be applied- Returns:
- query with hints
-
Dialect