1
0
mirror of synced 2025-02-02 21:41:45 +03:00
This commit is contained in:
guhelski 2016-09-09 16:46:35 +02:00
parent 81f4d3b0fb
commit 60346e0046

View File

@ -1,7 +1,7 @@
Separating Concerns using Embeddables
-------------------------------------
Embeddables are classes which are not entities themself, but are embedded
Embeddables are classes which are not entities themselves, but are embedded
in entities and can also be queried in DQL. You'll mostly want to use them
to reduce duplication or separating concerns. Value objects such as date range
or address are the primary use case for this feature. Embeddables can only