Hi Dave,

wzhao6...@gmail.com schrieb:
Thanks for your reply. But what I need to deal with is that:
I have a criteria object, with joins, and where clauses and a list of
columns to select, and I need to remove all the selected columns in the
criteria, both selected column, and as columns, so I can use OMPeer class to
select a list of OM objects;

What happens if you do criteria.getSelectColumns().clear() or criteria.getAsColumns().clear(), respectively? Would that help?
(This is what is basically done in criteria.clear(), among other things)

Bye, Thomas.

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-user-unsubscr...@db.apache.org
For additional commands, e-mail: torque-user-h...@db.apache.org

Reply via email to