Skip to content
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

Open
adauvalter opened this issue Jan 24, 2017 · 9 comments
Open

AutoValue support #2

adauvalter opened this issue Jan 24, 2017 · 9 comments
Labels
enhancement New feature or request

Comments

@adauvalter
Copy link

Any plans to support it?

@greenrobot greenrobot added the enhancement New feature or request label Jan 28, 2017
@greenrobot
Copy link
Member

Let's discuss how to do this. So, to actually update an object, you would have to create a new AutoValue object, I suppose?

@autovalue
Copy link

autovalue commented Feb 13, 2017

Yes, this feature would very much be appreciated! Most of my objects currently using AutoValue. And this would be a godsend!

@adauvalter
Copy link
Author

To update an object either create a new one or use with extension. But I think that then we lose a main idea of Autovalue

@bnvinay92
Copy link

This is the only issue stopping us from adopting ObjectBox.

@greenrobot
Copy link
Member

greenrobot commented Nov 8, 2017

@bnvinay92 It seems like AutoValue is loosing ground against Kotlin offering data classes et al. What's your reason to sticking to it?

@bnvinay92
Copy link

We're a huge organisation that cannot migrate to Kotlin in the foreseeable future.

@greenrobot
Copy link
Member

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?

@bnvinay92
Copy link

Sure. How can I help?

@greenrobot
Copy link
Member

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?

This was referenced Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants