Sorry I wasn't clear about that; the tweaking wasn't for big table, it was just
for my convenience, so that I could use everywhere
@TransactionalReadWrite
instead of
@Transactional(
readOnly = false,
rollbackFor = Throwable.class,
propagation = Propagation.REQUIRED,
isolation = Isolation.DEFAULT
)
Then if I need to tweak any of those things, I do it in one place, the
TransactionalReadWrite.java file.
asianCoolz wrote:
> @Rusty,
> can you explain any specify reason why you tweak it for bigtable?
> can elaborate?
>
> --
>
> 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.
>
>
--
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.