Re: [appengine-java] Re: how to add field to entity

2010-01-27 Thread Rusty Wright
I think you can also use the java transient keyword to tell JDO/JPA to not persist it. Andrei wrote: Ok, i forgot to put @NotPersistent On Jan 26, 1:15 pm, Andrei wrote: Thanks, i'll try What i do not understand, this value is not stored in db On Jan 26, 1:06 pm, John Patterson wrote: Yo

[appengine-java] Re: how to add field to entity

2010-01-26 Thread Andrei
Ok, i forgot to put @NotPersistent On Jan 26, 1:15 pm, Andrei wrote: > Thanks, i'll try > What i do not understand, this value is not stored in db > > On Jan 26, 1:06 pm, John Patterson wrote: > > > You could try using Boolean instead of boolean. > > > On 27 Jan 2010, at 00:48, Andrei wrote: > >

[appengine-java] Re: how to add field to entity

2010-01-26 Thread Andrei
Thanks, i'll try What i do not understand, this value is not stored in db On Jan 26, 1:06 pm, John Patterson wrote: > You could try using Boolean instead of boolean. > > On 27 Jan 2010, at 00:48, Andrei wrote: > > > > > I have entity that is already stored in db > > I added boolean field that i d