[ 'name' => [ 'App\\Entity\\Translations\\PointOfInterestTranslation', ], 'namespace' => [ 'App\\Entity\\Translations', ], 'rootEntityName' => [ 'App\\Entity\\Translations\\PointOfInterestTranslation', ], 'identifier' => [ [ 'id', ], ], 'generatorType' => [ 4, ], 'fieldMappings' => [ [ 'id' => [ 'fieldName' => 'id', 'type' => 'integer', 'scale' => null, 'length' => null, 'unique' => false, 'nullable' => false, 'precision' => null, 'columnName' => 'id', 'id' => true, ], 'description' => [ 'fieldName' => 'description', 'type' => 'text', 'scale' => null, 'length' => null, 'unique' => false, 'nullable' => true, 'precision' => null, 'columnName' => 'description', ], 'shortDescription' => [ 'fieldName' => 'shortDescription', 'type' => 'text', 'scale' => null, 'length' => null, 'unique' => false, 'nullable' => true, 'precision' => null, 'columnName' => 'short_description', ], 'comment' => [ 'fieldName' => 'comment', 'type' => 'text', 'scale' => null, 'length' => null, 'unique' => false, 'nullable' => true, 'precision' => null, 'columnName' => 'comment', ], 'locale' => [ 'fieldName' => 'locale', 'type' => 'string', 'scale' => null, 'length' => 10, 'unique' => false, 'nullable' => false, 'precision' => null, 'columnName' => 'locale', ], ], ], 'fieldNames' => [ [ 'id' => 'id', 'description' => 'description', 'short_description' => 'shortDescription', 'comment' => 'comment', 'locale' => 'locale', ], ], 'columnNames' => [ [ 'id' => 'id', 'description' => 'description', 'shortDescription' => 'short_description', 'comment' => 'comment', 'locale' => 'locale', ], ], 'table' => [ [ 'name' => 'point_of_interest_translation', 'indexes' => [ [ 'columns' => [ 'description', ], 'flags' => [ 'fulltext', ], ], [ 'columns' => [ 'short_description', ], 'flags' => [ 'fulltext', ], ], ], ], ], 'associationMappings' => [ [ 'translatable' => [ 'fieldName' => 'translatable', 'joinColumns' => [ [ 'name' => 'translatable_id', 'referencedColumnName' => 'id', ], ], 'cascade' => [], 'inversedBy' => 'translations', 'targetEntity' => 'App\\Entity\\PointOfInterest', 'fetch' => 2, 'type' => 2, 'mappedBy' => null, 'isOwningSide' => true, 'sourceEntity' => 'App\\Entity\\Translations\\PointOfInterestTranslation', 'isCascadeRemove' => false, 'isCascadePersist' => false, 'isCascadeRefresh' => false, 'isCascadeMerge' => false, 'isCascadeDetach' => false, 'sourceToTargetKeyColumns' => [ 'translatable_id' => 'id', ], 'joinColumnFieldNames' => [ 'translatable_id' => 'translatable_id', ], 'targetToSourceKeyColumns' => [ 'id' => 'translatable_id', ], 'orphanRemoval' => false, ], ], ], 'idGenerator' => [ $o[1], ], ], ], $o[0], [] ); }];