Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a35828 + 16a3d0d commit 052b8e8Copy full SHA for 052b8e8
1 file changed
docs/en/changelog/migration_2_5.rst
@@ -58,11 +58,11 @@ metadata generation:
58
}
59
60
61
-Embeddedable Objects
62
-~~~~~~~~~~~~~~~~~~~~
+Embeddable Objects
+~~~~~~~~~~~~~~~~~~
63
64
Doctrine now supports creating multiple PHP objects from one database table
65
-implementing a feature called "Embeddedable Objects". Next to an ``@Entity``
+implementing a feature called "Embeddable Objects". Next to an ``@Entity``
66
class you can now define a class that is embeddable into a database table of an
67
entity using the ``@Embeddable`` annotation. Embeddable objects can never be
68
saved, updated or deleted on their own, only as part of an entity (called
0 commit comments