Commit 8044995
committed
feat: add count method to DefaultNeo4JDatabaseManager
Implemented a count method for executing count queries
on entities using the Neo4J database, enhancing query
capabilities and ensuring proper error handling.
Signed-off-by: Maximillian Arruda <[email protected]>1 parent c28209e commit 8044995
File tree
1 file changed
+19
-0
lines changed- jnosql-neo4j/src/main/java/org/eclipse/jnosql/databases/neo4j/communication
1 file changed
+19
-0
lines changedLines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
152 | 171 | | |
153 | 172 | | |
154 | 173 | | |
| |||
0 commit comments