-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to provide oracle hints #453
Comments
There's not an easy way to do this now. There is a test with an example of modifying the generated SQL before it is executed. It's not pretty, but it could work. You can see it here: https://github.com/mybatis/mybatis-dynamic-sql/tree/master/src/test/java/examples/paging I'm working on an idea to make this kind of thing easier in the future with more defined callbacks. |
hello. I made an example.
thank you have a good day. |
Oracle has optimizer hint feature on select statements , add ability to provide this hits here is an example of PARALLEL hint
The text was updated successfully, but these errors were encountered: