I'm testing some code that mirrors the JPA batch-get example on this
page (http://gae-java-persistence.blogspot.com/2009/10/executing-batch-
gets.html).

I start off with a list of 10 Keys (these happen to be in numerical
order starting from "Message(1) to Message(10)).  When I execute the
JPA-based batch-get, I get the proper full-entities returned.
However, the List ordering is all wacky.  I would expect the List
ordering of the actual full-entities to be the same as the ordering of
my key-List.

Is that a bad assumption?  The ordering appears to be consistent every
time, but it's not ordered in any discernable way.

Thoughts?
--~--~---------~--~----~------------~-------~--~----~
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