-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntelliLang.xml
More file actions
17 lines (17 loc) · 1.18 KB
/
Copy pathIntelliLang.xml
File metadata and controls
17 lines (17 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<application>
<component name="LanguageInjectionConfiguration">
<option name="INSTRUMENTATION" value="ASSERT" />
<option name="LANGUAGE_ANNOTATION" value="org.intellij.lang.annotations.Language" />
<option name="PATTERN_ANNOTATION" value="org.intellij.lang.annotations.Pattern" />
<option name="SUBST_ANNOTATION" value="org.intellij.lang.annotations.Subst" />
<option name="RESOLVE_REFERENCES" value="true" />
<injection language="SQL" injector-id="java">
<display-name>JavaPersistenceQuery.JavaPersistenceQuery (com.bullhorn.dataservice.query)</display-name>
<place><![CDATA[psiParameter().ofMethod(0, psiMethod().withName("JavaPersistenceQuery").withParameters("java.lang.String").definedInClass("com.bullhorn.dataservice.query.JavaPersistenceQuery"))]]></place>
</injection>
<injection language="TSQL" injector-id="java">
<display-name>StructuredQuery.setWhere (com.bullhorn.dataservice.query)</display-name>
<place><![CDATA[psiParameter().ofMethod(0, psiMethod().withName("setWhere").withParameters("java.lang.String").definedInClass("com.bullhorn.dataservice.query.StructuredQuery"))]]></place>
</injection>
</component>
</application>