Re: NoSuchMethodError StringUtils.capitalize

2010-05-05 Thread Angela Day
Thanks, that was the problem. Angela Day National Autism Association of Central Texas http://www.naacentraltexas.org From: Thomas Fischer fisc...@seitenbau.net To: Apache Torque Users List torque-user@db.apache.org Sent: Wed, May 5, 2010 9:30:32 AM

How to strip off selected columns from a criteria object

2010-05-05 Thread wzhao6...@gmail.com
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(); criteria.addJoin(PermissionPeer.PERMISSION_ID,RolePermissionPeer.PERMISSION_ID);