Open
Description
Thanks for such a great ORM library. Now I use requery for different OS such as windows, linux, android. It is cool when I put it in GraalVM native environement. It help me a lots to do something quickly and in a lighter way.
I have a question. If I construct my model by abstract class way, such as,
abstract class BaseSomething {
@key @generated
int id;
}
I find that the generated Somthing class has no accessor method for setId(int). I think it is a bit confuse especially when I do something, for example I want to construct Somthing with a special id when I do unit testing.
Can I walk around this limitation?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels