public static class

Isolater.JtaDelegate

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

Class Overview

An isolation delegate for JTA-based transactions. Essentially susepnds any current transaction, does the work in a new transaction, and then resumes the initial transaction (if there was one).

Summary

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

Public Constructors

public Isolater.JtaDelegate (SessionImplementor session)

Public Methods

public void delegateWork (IsolatedWork work, boolean transacted)