[DDC-622] Fixed.
This commit is contained in:
parent
1303aea00e
commit
5d00fb764b
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user