Can some one provide a solution.
There are a few numllable Number columns in the table. I am not able to set
these columns to
null.
For example:
//
public class SelectPhrase
extends BaseSelectPhrase
public SelectPhrase copy()
{
SelectPhrase selectphrase = new SelectPhrase();
selectphrase.setSelectPhraseId(getSelectPhraseId());
selectphrase.setName(getName());
selectphrase.setEntId(getSelTypeId());
selectphrase.setDsId((NuumberKey)null); ----------------------------------th
is line does not work.
selectphrase.setNew(true);
selectphrase.save();
}
Can anyone give a solution please.
Thanks
Anil
--
To unsubscribe, e-mail: <mailto:turbine-torque-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-torque-user-help@;jakarta.apache.org>