It seems in B4J there is no OR mapper (maps queries to objects and the other way around) ?
Or does it indeed exist ?
If not: I think it would be nice to have at least some basic system that automatically maps properties to fields in a table (and visa versa), so that this does not need to be done manually each time.
Using reflection (see my previous question) I guess one could easily implement such a basic OR mapper.