Hi all
GAE JPA implementation level is version 1 which does not support list
of primitives
and i want to port my JDO code to JPA
so how can i convert
@Persistent private List<String> tags;
to its JPA counterpart which work on appengine as a list property not
a blob(not using serialization)
and if possible to use a valid JPA annotation in that context as using
@Basic on a list is not allowed by the specs and my ide (Intellij)
complains
thanks
Joe

-- 
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.

Reply via email to