spring - How can I check QueryHint work or not? -


spring data jpa allows placing @queryhints annotation on interface method , can applied methods annotated @query , without such.

@queryhints(@javax.persistence.queryhint(name="org.hibernate.fetchsize", value="50")) list<foo> findall(); 

how can check know sure hint honored?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -