ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is the TransactionException ?

If we try to commit the transaction without the transaction begin then it will throw the TransactionException...
    Transaction tx = session.beginTransaction();
    tx.commit();
    tx.commit(); - the 2nd commit is there without the Transaction,so it will throw the
TransactionException....
Related Posts Plugin for WordPress, Blogger...
Flag Counter