-
Notifications
You must be signed in to change notification settings - Fork 133
Automatically generate IDs and UIDs for entities and properties #18
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
Comments
Have a look at https://github.com/objectbox/objectbox-go/tree/master/internal/generator as a reference implementation.
|
The branch
|
Oh, it's huge already. Please create a pull request ( |
At the risk of increasing the lines of code here, are there plans to support other types other than |
It's not really related to the original goal of this ticket and should rather be covered by #11 - so that we can merge this PR ASAP. |
@Entity() class MyEntity { ... }
should suffice@Id()
) need to be annotatedobjectbox_model_generator
, together with these rules on how to resolve changes and conflicts_MyEntity_OBXModel
object) needs to be parsed beforehand in order to detect changesThe text was updated successfully, but these errors were encountered: