JDO and JPA follow the handling capabilities of the collection type
(java.util)

> I know that I can create a List<E> field marked @Basic (for simple element 
> types) or @OneToMany,

How can you have a "Basic" List ? makes no sense. Its a 1-N relation,
or Collection<non-persistent>.

> which naturally points towards Set<E> as an alternative.

Given the handling that Set provides, regarding dups.

You choose your type based on what you want it to be, the persistence
solution simply follows that

--

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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to