Which one is the default transaction factory in hibernate?



Which one is the default transaction factory in hibernate?..

Answer / Ashfaq Khan

"The default transaction factory in Hibernate is JDBCTransactionFactory, which uses JDBC connections for transactions."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Is orm slow?

1 Answers  


How can we map the classes as immutable?

1 Answers  


How properties of a class are mapped to the columns of a database table in hibernate?

1 Answers  


What is a sessionfactory?

1 Answers  


What is primary key in er diagram?

1 Answers  


What is hibernate framework used for?

1 Answers  


What is an sql dialect?

1 Answers  


How many stages are there in hibernate inheritance?

1 Answers  


What is HibernateTemplate class?

1 Answers  


What is collection mapping?

1 Answers  


Is hibernate faster than jdbc?

1 Answers  


Hibernate SessionFactory is thread safe?

1 Answers  


Categories