Skip to content

Commit 7565439

Browse files
committed
changelog: add count query builder and methods for various database managers
Signed-off-by: Maximillian Arruda <[email protected]>
1 parent be9de9d commit 7565439

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
1515
- Add count method to Cassandra Template with entity mapping
1616
- Add count method to ArangoDB Document Manager using AQL LENGTH function
1717
- Add count method to Couchbase Document Manager using N1QL COUNT queries
18+
- Add count query builder for SelectQuery at Neo4J Database Manager
19+
- Add count method to DefaultArangoDBDatabaseManager
20+
- Add count method to DefaultNeo4JDatabaseManager
21+
- Add count method to DefaultTinkerpopGraphDatabaseManager
1822

1923
=== Changed
2024

0 commit comments

Comments
 (0)