Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [store-dev] beginner question
  • From: Florian Habermann <f.habermann@xxxxxxxxxxxxxxx>
  • Date: Mon, 18 Aug 2025 10:33:50 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=microstream.one; dmarc=pass action=none header.from=microstream.one; dkim=pass header.d=microstream.one; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=iJ2cl0liOfP2OMjOoYllVcgP5Awl4IV0K800DfJsbkA=; b=SMC+hgRDPJ4l01kypmaFbcsqG9IdfolRajh3HyKq1Rg16jeYEnDm9soD/YPwg4c4wEDH35sfglwcLXkDn3y1+6+qQ+o+K/SX3w+iKlUfHXGRckGOjUKnZPSK5DXvWxZJZuBFm0JcgWbOzKwtf3ljjqjtCb4c8HogupmYCkz30i0PYfRBeGlLsV5zxNuJ8CR9t6L1N8guEYjLR7AawXGVG0vAgm7s3FkxjlfwGJpH5CxC410mIoxaO2k3as885YfYNRtrkPMwezuI9V8b5xqcRPIZ4zIU5CJJDZE/BCHNPCYx1/b0VR+mzZoCmPsHwkVa9nlKdT8JQBxQu5QaQjD4ug==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=kW52TWwkpnTpHR5m7svqfrLD/xAfgPsZKrLI0LAeDNb8kS/Y9ERCJ3NVr1lrXZQDsCAw32pgoqZNqc0s7L08O3xzdNA3QBXoKl7yshOS0uNs2KtD2ONBmkpYN8UGw5snNgEtXyPh2+IT1mdhBIsnytPHrhtAhyDg0wv54Mt7iBn6aB4E6+uLZMCLbiupiX7/rFuc9i9JltH3rWmhUdekLjufM3jC40K0hC8odtuaQEQK7RNPcCgv7NxpPjxviFBcuyoJZ4mHJTcKtoAVcI6OFFp6xCZ6UXQT07l1G1WdV619F9iGNv5XVOJDiA+zkVEXx0YBOuG2OAKX0pCSI3GLoA==
  • Delivered-to: store-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/store-dev/>
  • List-help: <mailto:store-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/store-dev>, <mailto:store-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/store-dev>, <mailto:store-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHcDtQT/7YQcrPlKk2qS7umh61Fr7RoOQJe
  • Thread-topic: beginner question

Hi Bob,
a mapping will take care of this. If you just rename fields, the values of the old ones will be assigned to the new ones.
Best
Florian

 


Von: store-dev <store-dev-bounces@xxxxxxxxxxx> im Auftrag von Robert Rodini via store-dev <store-dev@xxxxxxxxxxx>
Gesendet: Samstag, 16. August 2025 19:36
An: store-dev@xxxxxxxxxxx <store-dev@xxxxxxxxxxx>
Cc: Robert Rodini <rrodini@xxxxxxxxxxx>
Betreff: [store-dev] beginner question
 
Some people who received this message don't often get email from store-dev@xxxxxxxxxxx. Learn why this is important
Just starting with Eclipse Store.  Say I create and store some data from my DataRoot class in Eclipse Store.
Later I change the name of one or more variables in the DataRoot.  Are the new names treated as new data and the old names orphan previous data?
Thanks
Bob

Back to the top