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
 void Isolater.JtaDelegate.delegateWork(IsolatedWork work, boolean transacted)
           
 void Isolater.JdbcDelegate.delegateWork(IsolatedWork work, boolean transacted)
           
static void Isolater.doIsolatedWork(IsolatedWork work, SessionImplementor session)
          Ensures that all processing actually performed by the given work will occur on a seperate transaction.
static void Isolater.doNonTransactedWork(IsolatedWork work, SessionImplementor session)
          Ensures that all processing actually performed by the given work will occur outside of a transaction.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.