Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [store-dev] DataRoot with static variables
  • From: Florian Habermann <f.habermann@xxxxxxxxxxxxxxx>
  • Date: Tue, 19 Aug 2025 18:18: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=ti+/mXQ8er0J5UdcX5TEOllKggrlVVtGUJ8kHDeaL7s=; b=KxBbmIcjWty9l4aQs1ph/L905gXVlz0mDOdzLHTibqWWNv/+jETUH2odlwUC+2KOFEYTTBbfyWKn3pICTyBtp2KFh8ZV5XdsaPL0HDLm2p0nowWOFfay4FdadosNqrANVhl1T8nJxQ7uMa25sMp2Hz+vANp4jqAy+STWTA3cnI63t/u7P5sE+edq8IhO6AATrXAm/a7DI93h5vWZ78f9tb/dHsYpvKBqLmhFWfZfLQYab6wRCruW9KgJL3MFJxa/OvAVvspDPyV+SEDYJn60VTx/xO0TOYQWZGB3ObLfsnzrAuX2iCgT2O1+Aey6MaplN3lv3bqhjYL5t+BnbFfhKw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=aOGLfTZUHhEoVBN7sguEB+A9Eyxg+uVl24rgMJIYFICFMfmEp7d3Bw1raVoS3mHo4YTohUtxE4Rj42xkDoUkRKBSPpDCKSZpWDmMrxUBeZPKZ+zk91MzsZeH5f0L9O0A7/mXxcjXiuY2ewud5XSG/1aNoLU5MUsi6FKmGmGrkpFzfZBr2SQKFUV+vQ+QPhm16RUkpBJmu+Vs+Hi/DVaLHHqsTBf4a2MxMYzJh4+tmCgB9SXl0EsX40TIoomOriYo8vSaaUu+Ll4BiHOjWRG/MbD09auzrEsEsuaiKkDLzUjucHbKPdL3TE+NRax4ZzhTPn1256OE3zJQE5YhpWFGyQ==
  • 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>
  • Thread-index: AQHcETFIpMushAbTdkCoRtnQ3p6vXLRqRywo
  • Thread-topic: DataRoot with static variables

The state of the object instances is persisted. Static content is not part of it except if it is referenced by an actual instance.



Von: store-dev <store-dev-bounces@xxxxxxxxxxx> im Auftrag von Robert Rodini via store-dev <store-dev@xxxxxxxxxxx>
Gesendet: Dienstag, August 19, 2025 7:50:15 PM
An: store developer discussions <store-dev@xxxxxxxxxxx>
Cc: Robert Rodini <rrodini@xxxxxxxxxxx>
Betreff: [store-dev] DataRoot with static variables

Some people who received this message don't often get email from store-dev@xxxxxxxxxxx. Learn why this is important
Another beginner question.  I am migrating an existing application that has extensive static data variables.  I moved this data into the DataRoot class which I instantiated.  Looks like the static data variables are not written to the store.

Is this correct behavior?  Must I make all of my variables field instances?

Thanks,
Bob


Back to the top