Re: How to strip off selected columns from a criteria object

2010-05-06 Thread Shaista Shekh
U can use following command.. Whatever column's value u want to get u have to mention that's column name . crit.addGroupByColumn(TurbineUserPeer.USER_LANG); 2010/5/6 wzhao6...@gmail.com wzhao6...@gmail.com Hi there, I need to strip off all the selected columns

RE: Count using torque 3.1.1

2010-05-06 Thread slpy...@gmail.com
! -Original Message- From: Ludwig Magnusson Sent: 03-05-2010, 10:40 PM To: 'Apache Torque Users List' Subject: RE: Count using torque 3.1.1 Well, no it's not there and the reason I ask is because my customer is using torque 3.1.1 and an upgrade is out of my hands (and not an option

Re: How to strip off selected columns from a criteria object

2010-05-06 Thread Thomas Vandahl
On 05.05.10 23:28, wzhao6...@gmail.com wrote: Hi there, I need to strip off all the selected columns (getSelectedColumns(), and getAsColumns()) from a criteria object, is there a way for me to do that? For examples: Criteria criteria = new Criteria();