Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/includes/note-java-and-realmany.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. note:: New apps cannot use ``RealmAny``

New :atlas:`App Services Apps </app-services/apps/>`
will not be able to synchronize data models with properties of type
``RealmAny``.
2 changes: 2 additions & 0 deletions source/sdk/java/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Install Realm - Java SDK

.. include:: /includes/note-java-maintenance-mode.rst

.. include:: /includes/note-java-and-realmany.rst

Overview
--------

Expand Down
2 changes: 2 additions & 0 deletions source/sdk/java/model-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Model Data - Java SDK
:depth: 2
:class: singlecol

.. include:: /includes/note-java-and-realmany.rst

.. _java-object-models-and-schemas:
.. _java-schema-versions-and-migrations:

Expand Down
2 changes: 2 additions & 0 deletions source/sdk/java/model-data/data-types/realmany.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RealmAny - Java SDK

.. versionadded:: 10.6.0

.. include:: /includes/note-java-and-realmany.rst

You can use the :java-sdk:`RealmAny <io/realm/RealmAny.html>` data type to create
Realm object fields that can contain any of several
underlying types. You can store multiple ``RealmAny`` instances in
Expand Down
2 changes: 2 additions & 0 deletions source/sdk/java/sync/configure-and-open-a-synced-realm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Configure a Synced Realm - Java SDK
:depth: 2
:class: singlecol

.. include:: /includes/note-java-and-realmany.rst

Prerequisites
-------------

Expand Down