-
Notifications
You must be signed in to change notification settings - Fork 192
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
Joint Table not Mapper in Object Class #347
Comments
I'm sorry, I really don't know what you want to do with the little information you gave. Please write more and/or give an example. |
In Java / Kotlin Environment to do a Join Table using @Embedded annotation, but if in the Library floor use what annotation to map the Object Class ? For the ex. in Java :
Please help with this matter.. |
Well, that is easy to answer now :D Currently, I can post an example here when the embedded function was added. |
Well, Thank you @mqus for your information 😃 |
Hi @mqus, Please your advice if use @DatabaseView how to using condition on Query in @DatabaseView ? Ex. class Foo{ |
Parameters won't work in the declaration of a databaseview. You have to include the parameter you want to compare with (e.g. id) in the select part of the query in the dbview and as a field of the view. You can then use it in the query method in the dao with |
How to Joint Table multiple object class ?
The text was updated successfully, but these errors were encountered: