Social Sciences, asked by nilakshi8884, 1 year ago

Difference between spring transaction and hibernate transaction

Answers

Answered by Hasty
1
Spring transaction manager (when configured properly) can manage hibernate transactions. @Transactional is the way to declare transactional methods in Spring. So the difference is the same as in a car wheel and a steering wheel, when "configured properly" rotating the steering wheel moves the car wheels ... and both are wheels :).
Similar questions