Commit 5ef0d6d
committed
feat: update Neo4J query builder to use count queries
Refactored Neo4JQueryBuilderTest to utilize the new
buildCountQuery method for generating count queries,
ensuring accurate query construction for counting entities.
Signed-off-by: Maximillian Arruda <[email protected]>1 parent 7565439 commit 5ef0d6d
File tree
2 files changed
+3
-3
lines changed- jnosql-neo4j/src
- main/java/org/eclipse/jnosql/databases/neo4j/communication
- test/java/org/eclipse/jnosql/databases/neo4j/communication
2 files changed
+3
-3
lines changedjnosql-neo4j/src/main/java/org/eclipse/jnosql/databases/neo4j/communication/Neo4JQueryBuilder.java
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments