File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
graph-database-support-plugin/src/main/resources Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
55
</place >
56
56
</injection >
57
57
58
- <!-- Neo4j OGM 3.2.x -->
58
+ <!-- Neo4j OGM3 -->
59
59
<injection language =" Cypher" injector-id =" java" >
60
- <display-name >Neo4j - OGM 3.2.x Session.class (org.neo4j.ogm.session)</display-name >
60
+ <display-name >Neo4j - OGM3 Session.class (org.neo4j.ogm.session)</display-name >
61
61
<place ><![CDATA[
62
62
psiParameter().ofMethod(0, psiMethod()
63
63
.withName("query")
91
91
</place >
92
92
</injection >
93
93
94
- <!-- Neo4j OGM 2.1.x -->
94
+ <!-- Neo4j OGM2 -->
95
95
<injection language =" Cypher" injector-id =" java" >
96
- <display-name >Neo4j - OGM 2.1.x Session.class (org.neo4j.ogm.session)</display-name >
96
+ <display-name >Neo4j - OGM2 Session.class (org.neo4j.ogm.session)</display-name >
97
97
<place >
98
98
<![CDATA[
99
99
psiParameter().ofMethod(1, psiMethod().withName("queryForObject")
You can’t perform that action at this time.
0 commit comments