From d80562bea528a4e746a502cca51167970c1b630f Mon Sep 17 00:00:00 2001 From: OlgaJP Date: Thu, 13 Apr 2017 16:29:19 +0200 Subject: [PATCH] Added SQL language injection support for createNativeQuery. --- .../IntelliLang/java-support/resources/javaInjections.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/IntelliLang/java-support/resources/javaInjections.xml b/plugins/IntelliLang/java-support/resources/javaInjections.xml index 8f15be4ef837..e5a5ed449907 100644 --- a/plugins/IntelliLang/java-support/resources/javaInjections.xml +++ b/plugins/IntelliLang/java-support/resources/javaInjections.xml @@ -88,6 +88,12 @@ + + QueryProducer.createNativeQuery (org.hibernate.query) + + + + Statement (java.sql)