1
0
mirror of synced 2025-01-30 12:01:44 +03:00

adds embedded classes to cache

This commit is contained in:
Johannes M. Schmitt 2013-11-28 17:32:47 +01:00
parent 0ee7b688c3
commit e5cab1db2d

View File

@ -794,6 +794,7 @@ class ClassMetadataInfo implements ClassMetadata
'columnNames', //TODO: Not really needed. Can use fieldMappings[$fieldName]['columnName'] 'columnNames', //TODO: Not really needed. Can use fieldMappings[$fieldName]['columnName']
'fieldMappings', 'fieldMappings',
'fieldNames', 'fieldNames',
'embeddedClasses',
'identifier', 'identifier',
'isIdentifierComposite', // TODO: REMOVE 'isIdentifierComposite', // TODO: REMOVE
'name', 'name',