[DDC-622] Fixed.
This commit is contained in:
parent
1303aea00e
commit
5d00fb764b
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue