|
BaseQueryImpl.setHint(String hintName, Object value) expects that values for "javax.persistence.cache.retrieveMode" and "javax.persistence.cache.storeMode" are ENUMS. So, it is impossible to use these hints in @QueryHint because value in QueryHint can be only of type String.
|