1
0
mirror of synced 2024-12-05 03:06:05 +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 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 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 entity using the ``@Embeddable`` annotation. Embeddable objects can never be
saved, updated or deleted on their own, only as part of an entity (called saved, updated or deleted on their own, only as part of an entity (called