Save This Page
Home » hibernate-entitymanager-3.3.2.GA » org.hibernate » engine » [javadoc | source]
org.hibernate.engine
abstract public class: TransactionHelper [javadoc | source]
java.lang.Object
   org.hibernate.engine.TransactionHelper
Allows work to be done outside the current transaction, by suspending it, and performing work in a new transaction
Method from org.hibernate.engine.TransactionHelper Summary:
doWorkInCurrentTransaction,   doWorkInNewTransaction
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.engine.TransactionHelper Detail:
 abstract protected Serializable doWorkInCurrentTransaction(Connection conn,
    String sql) throws SQLException
    The work to be done
 public Serializable doWorkInNewTransaction(SessionImplementor session) throws HibernateException 
    Suspend the current transaction and perform work in a new transaction