Package org.hibernate.dialect.hint
Interface QueryHintHandler
- All Known Implementing Classes:
IndexQueryHintHandler
Deprecated, 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.
-
Method Details
-
addQueryHints
Deprecated, for removal: This API element is subject to removal in a future version.Add query hints to the given query.- Parameters:
query
- original queryhints
- hints to be applied- Returns:
- query with hints
-
Dialect