Skip to content

Commit

Permalink
update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Sep 9, 2024
1 parent 6ed0804 commit f571374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ public interface AerospikeOperations {
/**
* Count existing records by ids and a query using the given entityClass.
* <p>
* The records will be mapped to the given targetClass.
* The records will be mapped to the given targetClass. The results are not processed (no pagination).
*
* @param ids The ids of the documents to find. Must not be {@literal null}.
* @param entityClass The class to extract set name from. Must not be {@literal null}.
Expand All @@ -446,7 +446,7 @@ public interface AerospikeOperations {
/**
* Count existing records by ids and a query using the given entityClass within the set.
* <p>
* The records will be mapped to the given targetClass.
* The records will be mapped to the given targetClass. The results are not processed (no pagination).
*
* @param ids The ids of the documents to find. Must not be {@literal null}.
* @param entityClass The class to extract set name from. Must not be {@literal null}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ public interface ReactiveAerospikeOperations {
/**
* Count existing records by ids and a query using the given entityClass.
* <p>
* The records will be mapped to the given targetClass.
* The records will be mapped to the given targetClass. The results are not processed (no pagination).
*
* @param ids The ids of the documents to find. Must not be {@literal null}.
* @param entityClass The class to extract set name from. Must not be {@literal null}.
Expand All @@ -431,7 +431,7 @@ public interface ReactiveAerospikeOperations {
/**
* Count existing records by ids and a query using the given entityClass within the set.
* <p>
* The records will be mapped to the given targetClass.
* The records will be mapped to the given targetClass. The results are not processed (no pagination).
*
* @param ids The ids of the documents to find. Must not be {@literal null}.
* @param entityClass The class to extract set name from. Must not be {@literal null}.
Expand Down

0 comments on commit f571374

Please sign in to comment.