1
0
mirror of synced 2024-12-05 03:06:05 +03:00

[Documentation] correct naming of Embeddable Objects feature

This commit is contained in:
Douglas Greenshields 2015-04-03 17:04:56 +01:00
parent ad5de6f67a
commit 16a3d0d769

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