Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

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, org.hibernate.engine.SessionImplementor session)
          The exposed service of this class.
 void Isolater.Delegate.delegateWork(IsolatedWork work)
           
 void Isolater.JtaDelegate.delegateWork(IsolatedWork work)
           
 void Isolater.JdbcDelegate.delegateWork(IsolatedWork work)