Skip to content

Commit

Permalink
Update note on limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
malarzm committed Mar 2, 2020
1 parent 5f5b3a5 commit a8cd2d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/en/tutorials/embeddables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ or address are the primary use case for this feature.

.. note::

Embeddables can only contain properties with basic ``@Column`` mapping.
Embeddables can not contain references to entities. They can however compose
other embeddables in addition to holding properties with basic ``@Column``
mapping.

For the purposes of this tutorial, we will assume that you have a ``User``
class in your application and you would like to store an address in
Expand Down

0 comments on commit a8cd2d4

Please sign in to comment.