File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
graph-database-plugin/src/main/resources Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 9696 </injection >
9797
9898 <!-- 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 >
99116 <injection language =" Cypher" injector-id =" java" >
100117 <display-name >Neo4j - SDN4 @Query (org.springframework.data.neo4j.annotation)</display-name >
101118 <place >
You can’t perform that action at this time.
0 commit comments