Hi, As far as I can investigate, I have 2 paths: The first is to make a DTO class on the server that contains all the properties that I need "User" and "Device". Then create a repository to extract the information and this is what I send to the client. The client has a custom class with all the properties of both tables and when executing the method "populateFromMap" all the information is loaded.
The second is to leave the server like this and when sending the information to the client, look for the way that the data of "User" and "Device" load them in a single class "UserDevice". I like the second option but I do not know how to create the ADO class in the client and exactly how to load the data. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/7cf20aab-197c-459d-9efd-d6de8c2a9d71%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
