File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
graph-database-support-plugin/src/main/resources Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 132
132
</injection >
133
133
134
134
<!-- Spring Data Neo4j -->
135
+
136
+ <!-- SDN v5 -->
135
137
<injection language =" Cypher" injector-id =" java" >
136
138
<display-name >Neo4j - SDN5 @Query (org.springframework.data.neo4j.annotation)</display-name >
137
139
<place >
149
151
]]>
150
152
</place >
151
153
</injection >
154
+
155
+ <!-- SDN v4 -->
152
156
<injection language =" Cypher" injector-id =" java" >
153
157
<display-name >Neo4j - SDN4 Neo4jTemplate.class (org.springframework.data.neo4j.template)</display-name >
154
158
<place >
187
191
]]>
188
192
</place >
189
193
</injection >
194
+
195
+ <!-- SDN v3 -->
196
+ <injection language =" Cypher" injector-id =" java" >
197
+ <display-name >Neo4j - SDN3 Neo4jTemplate.class (org.springframework.data.neo4j.support.Neo4jTemplate)</display-name >
198
+ <place >
199
+ <![CDATA[
200
+ psiParameter().ofMethod(0, psiMethod().withName("query")
201
+ .withParameters("java.lang.String", "java.util.Map")
202
+ .definedInClass("org.springframework.data.neo4j.support.Neo4jTemplate"))
203
+ ]]>
204
+ </place >
205
+ <place >
206
+ <![CDATA[
207
+ psiParameter().ofMethod(0, psiMethod().withName("query")
208
+ .withParameters("java.lang.String", "java.util.Map", "org.springframework.data.util.TypeInformation")
209
+ .definedInClass("org.springframework.data.neo4j.support.Neo4jTemplate"))
210
+ ]]>
211
+ </place >
212
+ </injection >
190
213
</component >
You can’t perform that action at this time.
0 commit comments