org.hibernate.engine.transaction

Class Isolater.JdbcDelegate

Enclosing Class:
Isolater
Implemented Interfaces:
org.hibernate.engine.transaction.Isolater.Delegate

public static class Isolater.JdbcDelegate
extends java.lang.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

JdbcDelegate(SessionImplementor session)

Method Summary

void
delegateWork(IsolatedWork work, boolean transacted)

Constructor Details

JdbcDelegate

public JdbcDelegate(SessionImplementor session)

Method Details

delegateWork

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