This was fixed by HHH-9576.
What you need to do is to set the following configuration property:
<property name="hibernate.criteria.literal_handling_mode" value="bind"/>
For more details, check out this article.