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

2010-05-21 Thread wzhao6...@gmail.com
Hi Thomas, Thanks a lot, just tried this, worked like a charm. BTW, Criteria object returned by criteria.clone() gets affected if the original criteria object is modified. Is this a bug? For examples, if I have an existing criteria, then I do: Criteria criteriaClone = criteria.clone();

how to contruct an object extending com.workingdogs.village.Record from a Record

2010-05-21 Thread wzhao6...@gmail.com
Hi there, I need to create a class, say BetterRecord, that extends com.workingdogs.village.Record. I couldn't figure out how to construct a BetterRecord object from an existing com.workingdogs.village.Record. public class BetterRecordextends Record { public RetterRecord (Record r) {