1 points | by Tomte 8 hours ago ago
1 comments
The easiest way is still too verbose. I quote an example. After a record got into r:
Integer id = r.getValue(AUTHOR.ID); String firstName = r.getValue(AUTHOR.FIRST_NAME); String lastName = r.getValue(AUTHOR.LAST_NAME);
r.id r.first_name r.last_name
The easiest way is still too verbose. I quote an example. After a record got into r:
I would expect If the ORM has to create the classes for the tables, let it do it.