-
May 24th, 2011, 04:09 AM
#1
synchronize and @Transactional
Hello,
one (maybe stupid) question, but Im a little bit confused:
The access to a method annotated with @Transactional does not have to be synchronized, doesnt it? Are @transactional methods automatically synchronized? I mean otherwise there would be problems with the database, wouldnt it?
thanks for clarifying it
-
May 24th, 2011, 06:35 AM
#2
No there isn't a problem if you configure your transactions correctly. I suggest a read on transactions and especially why they exists...
-
May 24th, 2011, 06:53 AM
#3
I thought so, I simply was a little bit confused (reading too much informations
) thank you!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules