I am trying to utilize EclipseLink expression since I found it quite convenient for dynamically combining query conditions.But that must be working with ReadAllQuery which do not have QueryHint (for batching) options that is A Must for my application.
On the other hand, to use the JPA Query which has this hint capability you must let go EclipseLink expression tool.
What is the way to use EclipseLink Expression and QueryHint in tandem?
it seemed that ReadAllQuery has several related Method for setting fetching options, but if you google it ,you find nothing but source codes from repository.