Spring @Transactional method - participating transaction
Posted
by EugeneP
on Stack Overflow
See other posts from Stack Overflow
or by EugeneP
Published on 2010-05-19T11:34:41Z
Indexed on
2010/05/19
11:40 UTC
Read the original article
Hit count: 185
in one dao I have 2 @Transactional methods.
if i do not provide any explicit properties,
then what will happen, if
I run one method in the body of another?
Both methods will run within THE SAME ONE TRANSACTION?
© Stack Overflow or respective owner