We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an example showing how to merge deserialized databases.
This makes a lot of sense during deserialization but the merge method could have this approach as a merging strategy.
Create New (Strategy) During deserialization, if the ID already exists in the database, this ID should be mapped to a new (generated) one.
And every reference to this old ID should be updated to the new one.
A simple HashMap would do it.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Add an example showing how to merge deserialized databases.
This makes a lot of sense during deserialization but the merge method could have this approach as a merging strategy.
Create New (Strategy)
During deserialization, if the ID already exists in the database, this ID should be mapped to a new (generated) one.
And every reference to this old ID should be updated to the new one.
A simple HashMap would do it.
The text was updated successfully, but these errors were encountered: