Check if this transaction was successfully committed.
This method could return
false even after successful invocation of {@link #commit}. As an example, JTA based strategies no-op on {@link #commit} calls if they did not start the transaction; in that case,they also report {@link #wasCommitted} as false.
@return boolean True if the transaction was (unequivocally) committedvia this local transaction; false otherwise.
@throws HibernateException