|
33 | 33 | </place>
|
34 | 34 | </injection>
|
35 | 35 |
|
36 |
| - <!-- Neo4j harness --> |
| 36 | + <!-- Neo4j Test Harness --> |
37 | 37 | <injection language="Cypher" injector-id="java">
|
38 |
| - <display-name>Neo4j - Harness TestServerBuilder.class (org.neo4j.harness)</display-name> |
| 38 | + <display-name>Neo4j Test Harness (org.neo4j.harness)</display-name> |
39 | 39 | <place>
|
40 | 40 | <![CDATA[
|
41 | 41 | psiParameter().ofMethod(0, psiMethod().withName("withFixture")
|
42 | 42 | .withParameters("java.lang.String")
|
43 | 43 | .definedInClass("org.neo4j.harness.TestServerBuilder"))
|
44 | 44 | ]]>
|
45 | 45 | </place>
|
46 |
| - </injection> |
47 |
| - <injection language="Cypher" injector-id="java"> |
48 |
| - <display-name>Neo4j - Harness Neo4jRule.class (org.neo4j.harness.junit)</display-name> |
49 | 46 | <place>
|
50 | 47 | <![CDATA[
|
51 | 48 | psiParameter().ofMethod(0, psiMethod().withName("withFixture")
|
52 |
| - .withParameters("java.lang.String") |
53 |
| - .definedInClass("org.neo4j.harness.junit.Neo4jRule")) |
| 49 | + .withParameters("java.lang.String") |
| 50 | + .definedInClass("org.neo4j.harness.junit.Neo4jRule")) |
54 | 51 | ]]>
|
55 | 52 | </place>
|
56 | 53 | </injection>
|
57 | 54 |
|
58 |
| - <!-- Neo4j OGM --> |
| 55 | + <!-- Neo4j - Object Graph Mapping --> |
59 | 56 | <injection language="Cypher" injector-id="java">
|
60 |
| - <display-name>Neo4j - OGM Session.class (org.neo4j.ogm.session)</display-name> |
| 57 | + <display-name>Neo4j - Object Graph Mapping (org.neo4j.ogm)</display-name> |
| 58 | + |
| 59 | + <!-- Neo4j OGM3 --> |
| 60 | + <place><![CDATA[ |
| 61 | + psiParameter().ofMethod(0, psiMethod() |
| 62 | + .withName("query") |
| 63 | + .withParameters("java.lang.String", "java.util.Map") |
| 64 | + .definedInClass("org.neo4j.ogm.session.Session")) |
| 65 | + ]]> |
| 66 | + </place> |
61 | 67 | <place>
|
62 | 68 | <![CDATA[
|
63 |
| - psiParameter().ofMethod(1, psiMethod().withName("queryForObject") |
| 69 | + psiParameter().ofMethod(0, psiMethod() |
| 70 | + .withName("query") |
| 71 | + .withParameters("java.lang.String", "java.util.Map", "boolean") |
| 72 | + .definedInClass("org.neo4j.ogm.session.Session")) |
| 73 | + ]]> |
| 74 | + </place> |
| 75 | + <place> |
| 76 | + <![CDATA[ |
| 77 | + psiParameter().ofMethod(1, psiMethod() |
| 78 | + .withName("query") |
64 | 79 | .withParameters("java.lang.Class", "java.lang.String", "java.util.Map")
|
65 |
| - .definedInClass("org.neo4j.ogm.session.Capability.ExecuteQueries")) |
| 80 | + .definedInClass("org.neo4j.ogm.session.Session")) |
66 | 81 | ]]>
|
67 | 82 | </place>
|
68 | 83 | <place>
|
69 | 84 | <![CDATA[
|
70 |
| - psiParameter().ofMethod(1, psiMethod().withName("query") |
| 85 | + psiParameter().ofMethod(1, psiMethod() |
| 86 | + .withName("queryForObject") |
71 | 87 | .withParameters("java.lang.Class", "java.lang.String", "java.util.Map")
|
72 |
| - .definedInClass("org.neo4j.ogm.session.Capability.ExecuteQueries")) |
| 88 | + .definedInClass("org.neo4j.ogm.session.Session")) |
| 89 | + ]]> |
| 90 | + </place> |
| 91 | + |
| 92 | + <!-- Neo4j OGM2 --> |
| 93 | + <place> |
| 94 | + <![CDATA[ |
| 95 | + psiParameter().ofMethod(1, psiMethod().withName("queryForObject") |
| 96 | + .withParameters("java.lang.Class", "java.lang.String", "java.util.Map") |
| 97 | + .definedInClass("org.neo4j.ogm.session.Capability.ExecuteQueries")) |
| 98 | + ]]> |
| 99 | + </place> |
| 100 | + <place> |
| 101 | + <![CDATA[ |
| 102 | + psiParameter().ofMethod(1, psiMethod().withName("query") |
| 103 | + .withParameters("java.lang.Class", "java.lang.String", "java.util.Map") |
| 104 | + .definedInClass("org.neo4j.ogm.session.Capability.ExecuteQueries")) |
73 | 105 | ]]>
|
74 | 106 | </place>
|
75 | 107 | <place>
|
76 | 108 | <![CDATA[
|
77 | 109 | psiParameter().ofMethod(0, psiMethod().withName("query")
|
78 |
| - .withParameters("java.lang.String", "java.util.Map") |
79 |
| - .definedInClass("org.neo4j.ogm.session.Capability.ExecuteQueries")) |
| 110 | + .withParameters("java.lang.String", "java.util.Map") |
| 111 | + .definedInClass("org.neo4j.ogm.session.Capability.ExecuteQueries")) |
80 | 112 | ]]>
|
81 | 113 | </place>
|
82 | 114 | <place>
|
83 | 115 | <![CDATA[
|
84 | 116 | psiParameter().ofMethod(0, psiMethod().withName("query")
|
85 |
| - .withParameters("java.lang.String", "java.util.Map", "boolean") |
86 |
| - .definedInClass("org.neo4j.ogm.session.Capability.ExecuteQueries")) |
| 117 | + .withParameters("java.lang.String", "java.util.Map", "boolean") |
| 118 | + .definedInClass("org.neo4j.ogm.session.Capability.ExecuteQueries")) |
87 | 119 | ]]>
|
88 | 120 | </place>
|
89 | 121 | <place>
|
90 | 122 | <![CDATA[
|
91 | 123 | psiParameter().ofMethod(0, psiMethod().withName("execute")
|
92 |
| - .withParameters("java.lang.String", "java.util.Map") |
93 |
| - .definedInClass("org.neo4j.ogm.session.Capability.ExecuteStatements")) |
| 124 | + .withParameters("java.lang.String", "java.util.Map") |
| 125 | + .definedInClass("org.neo4j.ogm.session.Capability.ExecuteStatements")) |
94 | 126 | ]]>
|
95 | 127 | </place>
|
96 | 128 | </injection>
|
97 | 129 |
|
98 | 130 | <!-- Spring Data Neo4j -->
|
99 | 131 | <injection language="Cypher" injector-id="java">
|
100 |
| - <display-name>Neo4j - SDN4 @Query (org.springframework.data.neo4j.annotation)</display-name> |
| 132 | + <display-name>Spring Data Neo4j (org.springframework.data.neo4j)</display-name> |
| 133 | + |
| 134 | + <!-- SDN v5 --> |
101 | 135 | <place>
|
102 | 136 | <![CDATA[
|
103 | 137 | psiMethod().withName("value")
|
|
112 | 146 | .definedInClass("org.springframework.data.neo4j.annotation.Query")
|
113 | 147 | ]]>
|
114 | 148 | </place>
|
115 |
| - </injection> |
116 |
| - <injection language="Cypher" injector-id="java"> |
117 |
| - <display-name>Neo4j - SDN4 Neo4jTemplate.class (org.springframework.data.neo4j.template)</display-name> |
| 149 | + |
| 150 | + <!-- SDN v4 --> |
118 | 151 | <place>
|
119 | 152 | <![CDATA[
|
120 | 153 | psiParameter().ofMethod(0, psiMethod().withName("execute")
|
121 |
| - .withParameters("java.lang.String", "java.util.Map") |
122 |
| - .definedInClass("org.springframework.data.neo4j.template.Neo4jTemplate")) |
| 154 | + .withParameters("java.lang.String", "java.util.Map") |
| 155 | + .definedInClass("org.springframework.data.neo4j.template.Neo4jTemplate")) |
123 | 156 | ]]>
|
124 | 157 | </place>
|
125 | 158 | <place>
|
126 | 159 | <![CDATA[
|
127 | 160 | psiParameter().ofMethod(0, psiMethod().withName("query")
|
128 |
| - .withParameters("java.lang.String", "java.util.Map") |
129 |
| - .definedInClass("org.springframework.data.neo4j.template.Neo4jTemplate")) |
| 161 | + .withParameters("java.lang.String", "java.util.Map") |
| 162 | + .definedInClass("org.springframework.data.neo4j.template.Neo4jTemplate")) |
130 | 163 | ]]>
|
131 | 164 | </place>
|
132 | 165 | <place>
|
133 | 166 | <![CDATA[
|
134 | 167 | psiParameter().ofMethod(0, psiMethod().withName("query")
|
135 |
| - .withParameters("java.lang.String", "java.util.Map", "boolean") |
136 |
| - .definedInClass("org.springframework.data.neo4j.template.Neo4jTemplate")) |
| 168 | + .withParameters("java.lang.String", "java.util.Map", "boolean") |
| 169 | + .definedInClass("org.springframework.data.neo4j.template.Neo4jTemplate")) |
137 | 170 | ]]>
|
138 | 171 | </place>
|
139 | 172 | <place>
|
140 | 173 | <![CDATA[
|
141 | 174 | psiParameter().ofMethod(1, psiMethod().withName("queryForObjects")
|
142 |
| - .withParameters("java.lang.Class", "java.lang.String", "java.util.Map") |
143 |
| - .definedInClass("org.springframework.data.neo4j.template.Neo4jTemplate")) |
| 175 | + .withParameters("java.lang.Class", "java.lang.String", "java.util.Map") |
| 176 | + .definedInClass("org.springframework.data.neo4j.template.Neo4jTemplate")) |
144 | 177 | ]]>
|
145 | 178 | </place>
|
146 | 179 | <place>
|
147 | 180 | <![CDATA[
|
148 | 181 | psiParameter().ofMethod(1, psiMethod().withName("queryForObject")
|
149 |
| - .withParameters("java.lang.Class", "java.lang.String", "java.util.Map") |
150 |
| - .definedInClass("org.springframework.data.neo4j.template.Neo4jTemplate")) |
| 182 | + .withParameters("java.lang.Class", "java.lang.String", "java.util.Map") |
| 183 | + .definedInClass("org.springframework.data.neo4j.template.Neo4jTemplate")) |
| 184 | + ]]> |
| 185 | + </place> |
| 186 | + |
| 187 | + <!-- SDN v3 --> |
| 188 | + <place> |
| 189 | + <![CDATA[ |
| 190 | + psiParameter().ofMethod(0, psiMethod().withName("query") |
| 191 | + .withParameters("java.lang.String", "java.util.Map") |
| 192 | + .definedInClass("org.springframework.data.neo4j.support.Neo4jTemplate")) |
| 193 | + ]]> |
| 194 | + </place> |
| 195 | + <place> |
| 196 | + <![CDATA[ |
| 197 | + psiParameter().ofMethod(0, psiMethod().withName("query") |
| 198 | + .withParameters("java.lang.String", "java.util.Map", "org.springframework.data.util.TypeInformation") |
| 199 | + .definedInClass("org.springframework.data.neo4j.support.Neo4jTemplate")) |
151 | 200 | ]]>
|
152 | 201 | </place>
|
153 | 202 | </injection>
|
|
0 commit comments