|
55 | 55 | </place>
|
56 | 56 | </injection>
|
57 | 57 |
|
58 |
| - <!-- Neo4j OGM --> |
| 58 | + <!-- Neo4j OGM 3.2.x --> |
59 | 59 | <injection language="Cypher" injector-id="java">
|
60 |
| - <display-name>Neo4j - OGM Session.class (org.neo4j.ogm.session)</display-name> |
| 60 | + <display-name>Neo4j - OGM 3.2.x Session.class (org.neo4j.ogm.session)</display-name> |
| 61 | + <place><![CDATA[ |
| 62 | + psiParameter().ofMethod(0, psiMethod() |
| 63 | + .withName("query") |
| 64 | + .withParameters("java.lang.String", "java.util.Map") |
| 65 | + .definedInClass("org.neo4j.ogm.session.Session")) |
| 66 | + ]]> |
| 67 | + </place> |
| 68 | + <place> |
| 69 | + <![CDATA[ |
| 70 | + psiParameter().ofMethod(0, psiMethod() |
| 71 | + .withName("query") |
| 72 | + .withParameters("java.lang.String", "java.util.Map", "boolean") |
| 73 | + .definedInClass("org.neo4j.ogm.session.Session")) |
| 74 | + ]]> |
| 75 | + </place> |
| 76 | + <place> |
| 77 | + <![CDATA[ |
| 78 | + psiParameter().ofMethod(1, psiMethod() |
| 79 | + .withName("query") |
| 80 | + .withParameters("java.lang.Class", "java.lang.String", "java.util.Map") |
| 81 | + .definedInClass("org.neo4j.ogm.session.Session")) |
| 82 | + ]]> |
| 83 | + </place> |
| 84 | + <place> |
| 85 | + <![CDATA[ |
| 86 | + psiParameter().ofMethod(1, psiMethod() |
| 87 | + .withName("queryForObject") |
| 88 | + .withParameters("java.lang.Class", "java.lang.String", "java.util.Map") |
| 89 | + .definedInClass("org.neo4j.ogm.session.Session")) |
| 90 | + ]]> |
| 91 | + </place> |
| 92 | + </injection> |
| 93 | + |
| 94 | + <!-- Neo4j OGM 2.1.x --> |
| 95 | + <injection language="Cypher" injector-id="java"> |
| 96 | + <display-name>Neo4j - OGM 2.1.x Session.class (org.neo4j.ogm.session)</display-name> |
61 | 97 | <place>
|
62 | 98 | <![CDATA[
|
63 | 99 | psiParameter().ofMethod(1, psiMethod().withName("queryForObject")
|
|
0 commit comments