1
0
mirror of synced 2025-02-21 14:43:14 +03:00

[DDC-622] Fixed.

This commit is contained in:
Roman S. Borschel 2010-06-07 13:10:15 +02:00
parent 1303aea00e
commit 5d00fb764b

View File

@ -295,6 +295,9 @@ class ClassMetadata extends ClassMetadataInfo
if ($this->generatorType != self::GENERATOR_TYPE_NONE) { if ($this->generatorType != self::GENERATOR_TYPE_NONE) {
$serialized[] = 'generatorType'; $serialized[] = 'generatorType';
if ($this->generatorType == self::GENERATOR_TYPE_SEQUENCE) {
$serialized[] = 'sequenceGeneratorDefinition';
}
} }
if ($this->isMappedSuperclass) { if ($this->isMappedSuperclass) {