Re: Re:override toString()
John Abraham <[email protected]> Mon, 14 Jun 2010 08:16:20 -0600
| Newsgroups | gmane.comp.java.orm.simpleorm |
|---|---|
| Message-ID | <[email protected]> |
I had this problem too. If I remember correctly, I just customized SimpleORM to remove one of the built in toString methods. -- John Abraham [email protected] On 2010-06-14, at 7:27 AM, Guenter Wildmann wrote: > Yes, it seems so. It only happens when creating new records. > Do you have any ideas how to catch this case to call the toString() > super-method instead of getString()? > > Ciao, Guenter >