public function __construct($name, EntityTypeInterface $type, array $options = [], AttributeInterface $parent = null)
 {
     parent::__construct($name, $type, $options, $parent);
     $this->entity_type_map = $this->createEmbeddedTypeMap();
 }