Merge pull request #6119 from mschroeder/patch-2
Fixed typo regarding the id generator mandatory for composite keys
This commit is contained in:
commit
bd58e4de4f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ This tutorial shows how the semantics of composite primary keys work and how the
|
|||
General Considerations
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Every entity with a composite key cannot use an id generator other than "ASSIGNED". That means
|
||||
Every entity with a composite key cannot use an id generator other than "NONE". That means
|
||||
the ID fields have to have their values set before you call ``EntityManager#persist($entity)``.
|
||||
|
||||
Primitive Types only
|
||||
|
|
Loading…
Add table
Reference in a new issue