1
0
mirror of synced 2024-12-04 18:56:06 +03:00

Merge pull request #1364 from shieldo/embeddedables

[Documentation] correct naming of Embeddable Objects feature
This commit is contained in:
Bill Schaller 2015-04-03 12:08:37 -04:00
commit 052b8e802f

View File

@ -58,11 +58,11 @@ metadata generation:
}
}
Embeddedable Objects
~~~~~~~~~~~~~~~~~~~~
Embeddable Objects
~~~~~~~~~~~~~~~~~~
Doctrine now supports creating multiple PHP objects from one database table
implementing a feature called "Embeddedable Objects". Next to an ``@Entity``
implementing a feature called "Embeddable Objects". Next to an ``@Entity``
class you can now define a class that is embeddable into a database table of an
entity using the ``@Embeddable`` annotation. Embeddable objects can never be
saved, updated or deleted on their own, only as part of an entity (called