Commit e6b8fc0
committed
feat: add count method to CassandraTemplate
Implemented a count method in CassandraTemplate to return
the number of records matching a given SelectQuery with
the specified ConsistencyLevel, enhancing query capabilities.
Signed-off-by: Maximillian Arruda <[email protected]>1 parent 180185c commit e6b8fc0
File tree
2 files changed
+18
-0
lines changed- jnosql-cassandra/src/main/java/org/eclipse/jnosql/databases/cassandra/mapping
2 files changed
+18
-0
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
90 | 101 | | |
91 | 102 | | |
92 | 103 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
150 | 157 | | |
151 | 158 | | |
152 | 159 | | |
| |||
0 commit comments