Navigation :
Migration notes 2.1.0
This page explains the changes required to migrate to the stated version of the Datastore Helper.
Migrate to 2.1.0
Upgrading from version 2.0.0 - See Datastore Helper 2.1.0 Release Notes
API 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. |