Please, help!
According to this:
http://code.google.com/intl/uk-UA/appengine/articles/life_of_write.html.
Suppose I call low-level put method outside of a transaction and after
an exception throws. If exception occures at the commit phase entity
won't be saved otherwise if exception occures at the applyed phase
entity will be saved.
Is there a way to find out entity is really saved or not after
exception?
If I execute the same operation inside the transaction, for exampe:
Transaction tx = datastore.beginTransaction();
try {
--
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.