Uses of Interface
org.hibernate.engine.transaction.IsolatedWork

Packages that use IsolatedWork
org.hibernate.engine.transaction   
 

Uses of IsolatedWork in org.hibernate.engine.transaction
 

Methods in org.hibernate.engine.transaction with parameters of type IsolatedWork
static void Isolater.doIsolatedWork(IsolatedWork work, SessionImplementor session)
          The exposed service of this class.
 void Isolater.JtaDelegate.delegateWork(IsolatedWork work)
           
 void Isolater.JdbcDelegate.delegateWork(IsolatedWork work)