You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I like explicit naming as you are always know what to search in your database.
And, as I can see, you already mention that it will be possible with another dao in a comment at #24 issue.
@Tapac Can this be supported natively in the library (for all types)?
In order to not interfere with the rest of the library, we can think of ways to give this functionality to those who want (opt-in only), perhaps by adding a constructor parameter to the base class of Table object.
I think this could be a good way to reduce boilerplate, if the names of columns can be automatically set to the the same as the DAO field name
The text was updated successfully, but these errors were encountered: