Hi! Does it possible to explicitly choose columns ...
# exposed
e
Hi! Does it possible to explicitly choose columns to select from DAO object?
t
If you don't want to fetch all columns from table linked to Entity, then you may override
dependsOnColumns
function and return only columns you need.
e
thanks!