Is there a difference between the two? For example, in a hibernation transaction, we can access the database, run some Java code, and access the database again. We cannot do this as part of a transaction executed through SQL, can we? Is that the difference?
source share