-
Notifications
You must be signed in to change notification settings - Fork 4
G. Older version migration
Fabian edited this page Mar 2, 2023
·
2 revisions
Added @Indexed
annotation
Methods find(predicate)
and findOne(predicate)
has been deprecated.
If you want an undeprecated method that does the same, use streamAndFind(predicate) and streamAndFindOne(predicate)
Key-value store can now be indexed, so I advice you to use the new index mecanism, read more here
No specific manual data migration are needed, but the new index system may not work on your database depending on your database version, please open an issue if something doesn't work for you.