Skip to content

Commit 28360f0

Browse files
committed
aligned box.get() with the other API Facts
1 parent 35a8aef commit 28360f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/box-get-method.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import Head from '@docusaurus/Head';
2525

2626
The `box.get()` method looks up and returns **one** object by its unique ObjectBox ID. Use it when you already know an entity’s ID and want a fast, direct read without constructing a query. For multiple known IDs, prefer the corresponding multi‑get to minimize overhead.
2727

28+
2829
The `get()` method retrieves objects from an ObjectBox database by their unique ID. Use it to fetch a single object or multiple objects efficiently.
2930

3031
## Single-ID Lookup

0 commit comments

Comments
 (0)