org.hibernate.engine.transaction
Class Isolater.JdbcDelegate

java.lang.Object
  extended byorg.hibernate.engine.transaction.Isolater.JdbcDelegate
All Implemented Interfaces:
org.hibernate.engine.transaction.Isolater.Delegate
Enclosing class:
Isolater

public static class Isolater.JdbcDelegate
extends Object
implements org.hibernate.engine.transaction.Isolater.Delegate

An isolation delegate for JDBC-based transactions. Basically just grabs a new connection and does the work on that.


Constructor Summary
Isolater.JdbcDelegate(SessionImplementor session)
           
 
Method Summary
 void delegateWork(IsolatedWork work, boolean transacted)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Isolater.JdbcDelegate

public Isolater.JdbcDelegate(SessionImplementor session)
Method Detail

delegateWork

public void delegateWork(IsolatedWork work,
                         boolean transacted)
                  throws HibernateException
Specified by:
delegateWork in interface org.hibernate.engine.transaction.Isolater.Delegate
Throws:
HibernateException