Hi guys

i got some information about transaction manager types below is the list i got

DataSourceTransactionManager
HibernateTransactionManager
JdoTransactionManager
JtaTransactionManager


is there any other transaction manager available ?


i again got another one as

JpaTransactionManager

In one application jpa with hibernate used


I am bit confused
please guide me when each transaction can be used

Karthik.K