public static class

Isolater.JdbcDelegate

extends Object
java.lang.Object
   ↳ org.hibernate.engine.transaction.Isolater.JdbcDelegate

Class Overview

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

Summary

Public Constructors
Isolater.JdbcDelegate(SessionImplementor session)
Public Methods
void delegateWork(IsolatedWork work, boolean transacted)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Isolater.JdbcDelegate (SessionImplementor session)

Public Methods

public void delegateWork (IsolatedWork work, boolean transacted)