File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
datastore/src/main/java/io/spine/server/storage/datastore Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments