This page explains the changes required to migrate to the stated version of the Datastore Helper.Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
Migrate to 2.1.0
Upgrading from version 2.0.0 - See Datastore Helper 2.1.0 Release NotesAPI changes
Removed methods
| Class | Methods | Details |
|---|---|---|
| IMutableStore | * IMutableStore withStorage(IStoreDescription.StorageType storage); | Removed to conform to core API. |
| AMutableStoreConfig | * IMutableStore withStorage(IStoreDescription.StorageType storage) | Removed to conform to core API. |
| MutableStoreDescriptionBuilder | * IKeyed withStorage(IStoreDescription.StorageType st)IKeyedTaggable withStorage(IStoreDescription.StorageType st)* IStaticKeyFields withStorage(IStoreDescription.StorageType st)* void withStorage(IStoreDescription.StorageType st) | Removed to conform to core API. |