-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
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
AutoValue support #2
Comments
Let's discuss how to do this. So, to actually update an object, you would have to create a new AutoValue object, I suppose? |
Yes, this feature would very much be appreciated! Most of my objects currently using AutoValue. And this would be a godsend! |
To update an object either create a new one or use |
This is the only issue stopping us from adopting ObjectBox. |
@bnvinay92 It seems like AutoValue is loosing ground against Kotlin offering data classes et al. What's your reason to sticking to it? |
We're a huge organisation that cannot migrate to Kotlin in the foreseeable future. |
Fair enough. :) Cannot promise anything at the moment as we have our next releases planned, but would you be able to help a bit on that? |
Sure. How can I help? |
Do you think we could expect that everyone implements a create method? (Builder would hit performance more.) How do relation affect AutoValue objects? Can this be generalized in a meaningful way? |
Any plans to support it?
The text was updated successfully, but these errors were encountered: