1
0
mirror of synced 2025-02-20 14:13:15 +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) {
$serialized[] = 'generatorType';
if ($this->generatorType == self::GENERATOR_TYPE_SEQUENCE) {
$serialized[] = 'sequenceGeneratorDefinition';
}
}
if ($this->isMappedSuperclass) {