My question when working with the DAO
layer follows the following:
As far as I know, each table would refer to a DAO
object. But suppose it is necessary to query with select / JOIN
, that is, it returns data from more than one table in a single query.
In this case, could the% object of% of one table fetch data from another table?