Skip to content

Commit ce336e9

Browse files
committed
Update doc
1 parent c865a92 commit ce336e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

datastore/src/main/java/io/spine/server/storage/datastore/TransactionWrapper.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ public Optional<Entity> read(Key key) {
121121
* <p>The results are returned in an order matching that of the provided keys
122122
* with {@code null}s in place of missing and inactive entities.
123123
*
124-
* <p>A Datastore transaction can only access 25 entity groups over its entire lifespan. If
125-
* the entities do not have ancestors, this translates to 25 entities per transaction.
126-
* See the <a href="https://cloud.google.com/datastore/docs/concepts/limits">Datastore
127-
* limits</a> for more info.
124+
* <p>In Datastore native mode, a transaction can only access 25 entity groups over its entire
125+
* lifespan. If the entities do not have ancestors, this translates to 25 entities per
126+
* transaction. See the <a href="https://cloud.google.com/datastore/docs/concepts/limits">
127+
* Datastore limits</a> for more info.
128128
*
129129
* @param keys
130130
* {@link Key Keys} to search for

0 commit comments

Comments
 (0)