How to force index elegantly in ebean? #3059
magicliang
started this conversation in
General
Replies: 1 comment 2 replies
-
Did you mean how to tell ebean to generate a query that looks like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a method like this:
I want to add hint to help mysql to force using some index, how can I achieve this goal? I know native query could help but I would prefer fluent api instead.
Any suggestion would be helpful.
Beta Was this translation helpful? Give feedback.
All reactions