Suppose there are following components which are configured all together:
- jdbc connection pool
- DataSource
- Dao
Suppose there is method which is marked with @org.springframework.transaction.annotation.Transactional and contains several dao methods calls. Do all these dao methods use the same connection during transaction or not?