1
0
mirror of synced 2024-12-14 23:26:04 +03:00

Clarified docs on identifier generation strategies.

This commit is contained in:
Roman S. Borschel 2010-05-06 13:02:21 +02:00
parent 4121c1ca72
commit c18e23b817

View File

@ -250,6 +250,8 @@ Doctrine can generate identifier values for the allocationSizes amount of entiti
`allocationSize=100` Doctrine 2 would only need to access the sequence once to generate the identifiers for
100 new entities.
*The default allocationSize for a @SequenceGenerator is currently 10.*
> **CAUTION**
> The allocationSize is detected by SchemaTool and transformed into an "INCREMENT BY <allocationSize>" clause
> in the CREATE SEQUENCE statement. For a database schema created manually (and not SchemaTool) you have to