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:
Albert Lee 2012-06-06 18:13:14 +00:00
parent 3f03f91eb8
commit d1306467c3
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ public class PersistenceProductDerivation
_hints.add(QueryHints.HINT_RECACHE_FINDER);
_hints.add(QueryHints.HINT_RESULT_COUNT);
_hints.add(QueryHints.HINT_SUBCLASSES);
_hints.add(QueryHints.HINT_RELAX_BIND_PARAM_TYPE_CHECK);
_hints = Collections.unmodifiableSet(_hints);
}