mirror of https://github.com/apache/openjpa.git
OPENJPA-2183 - enable missing openjpa.hint.RelaxParameterTypeChecking
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1347017 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3f03f91eb8
commit
d1306467c3
|
@ -145,6 +145,7 @@ public class PersistenceProductDerivation
|
||||||
_hints.add(QueryHints.HINT_RECACHE_FINDER);
|
_hints.add(QueryHints.HINT_RECACHE_FINDER);
|
||||||
_hints.add(QueryHints.HINT_RESULT_COUNT);
|
_hints.add(QueryHints.HINT_RESULT_COUNT);
|
||||||
_hints.add(QueryHints.HINT_SUBCLASSES);
|
_hints.add(QueryHints.HINT_SUBCLASSES);
|
||||||
|
_hints.add(QueryHints.HINT_RELAX_BIND_PARAM_TYPE_CHECK);
|
||||||
|
|
||||||
_hints = Collections.unmodifiableSet(_hints);
|
_hints = Collections.unmodifiableSet(_hints);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue