File tree 1 file changed +17
-0
lines changed
graph-database-plugin/src/main/resources
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 96
96
</injection >
97
97
98
98
<!-- Spring Data Neo4j -->
99
+ <injection language =" Cypher" injector-id =" java" >
100
+ <display-name >Neo4j - SDN7 @Query (org.springframework.data.neo4j.repository.query)</display-name >
101
+ <place >
102
+ <![CDATA[
103
+ psiMethod().withName("countQuery")
104
+ .withParameters()
105
+ .definedInClass("org.springframework.data.neo4j.repository.query.Query")
106
+ ]]>
107
+ </place >
108
+ <place >
109
+ <![CDATA[
110
+ psiMethod().withName("value")
111
+ .withParameters()
112
+ .definedInClass("org.springframework.data.neo4j.repository.query.Query")
113
+ ]]>
114
+ </place >
115
+ </injection >
99
116
<injection language =" Cypher" injector-id =" java" >
100
117
<display-name >Neo4j - SDN4 @Query (org.springframework.data.neo4j.annotation)</display-name >
101
118
<place >
You can’t perform that action at this time.
0 commit comments