Meaning:
@PersistenceCapable(identityType = IdentityType.APPLICATION)
public class Location implements Serializable {
@PrimaryKey
@Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)
private Long id;
@Persistent
private Long deptId;
So simply adding that will work? I tried that at the Memcache but I
guess it's the class I'm storing that needs it. Thanks for the heads
up.
John
On Apr 30, 12:35 pm, datanucleus <[email protected]> wrote:
> Does it "implements Serializable" ? No.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group
> athttp://groups.google.com/group/google-appengine-java?hl=en.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.