Commit 1c9c4f9
a-brandt
* added new cursor implementation for AQL queries
* DocumentCursor<T> executeDocumentQuery(...)
* added new cursor implementation for simple queries
* DocumentCursor<T> executeSimpleAllDocuments(...)
* DocumentCursor<T> executeSimpleByExampleDocuments(...)
* DocumentCursor<T> executeSimpleRangeWithDocuments(...)
* DocumentCursor<T> executeSimpleFulltextWithDocuments(...)1 parent 65576e3 commit 1c9c4f9
File tree
24 files changed
+2608
-611
lines changed- src
- main/java/com/arangodb
- entity
- impl
- test/java/com/arangodb
- example
24 files changed
+2608
-611
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
| 235 | + | |
235 | 236 | | |
236 | 237 | | |
237 | 238 | | |
238 | | - | |
| 239 | + | |
| 240 | + | |
239 | 241 | | |
240 | 242 | | |
241 | | - | |
242 | | - | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
252 | 259 | | |
253 | 260 | | |
254 | 261 | | |
| |||
393 | 400 | | |
394 | 401 | | |
395 | 402 | | |
396 | | - | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
397 | 410 | | |
0 commit comments