Skip to content

Commit

Permalink
Added SDN 7 @query support (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: u239087 <[email protected]>
  • Loading branch information
roemu and U239087 authored Sep 18, 2023
1 parent f20d96e commit f9fe9e5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions graph-database-plugin/src/main/resources/javaInjections.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,23 @@
</injection>

<!-- Spring Data Neo4j -->
<injection language="Cypher" injector-id="java">
<display-name>Neo4j - SDN7 @Query (org.springframework.data.neo4j.repository.query)</display-name>
<place>
<![CDATA[
psiMethod().withName("countQuery")
.withParameters()
.definedInClass("org.springframework.data.neo4j.repository.query.Query")
]]>
</place>
<place>
<![CDATA[
psiMethod().withName("value")
.withParameters()
.definedInClass("org.springframework.data.neo4j.repository.query.Query")
]]>
</place>
</injection>
<injection language="Cypher" injector-id="java">
<display-name>Neo4j - SDN4 @Query (org.springframework.data.neo4j.annotation)</display-name>
<place>
Expand Down

0 comments on commit f9fe9e5

Please sign in to comment.