posted 20 years ago
Hi....I am new to hibernate. I want to use automatic versioning and according to hibernate documentation in 10.4.2, I should call session.connection.commit.
so my question is what is the difference in between session.connection().commit and transaction.commit.
and when to use which commit.