Hey there,

I am using JPA and according to Dan Sanderson's Programming Google App 
Engine book (pg 213) "Collection types are stored in iteration order", which 
I had assumed meant that they were also restored in iteration order. 
However, I have a collection (an array list) that does not seem to preserve 
the original order as I had it when deployed to the app engine.

I see a few references to this, but they are just in passing. I am having 
trouble seeing where this is properly documented.

Do I always need to explicitly set an @OrderBy attribute? What if there is 
nothing, per se, to order by, do I need to create something to put it in 
order?

Am I missing something obvious, or is it more likely a bug in my code?

-- 
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-java@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