org.hibernate.engine.transaction
Class Isolater.JtaDelegate
java.lang.Object
org.hibernate.engine.transaction.Isolater.JtaDelegate
- Isolater
- org.hibernate.engine.transaction.Isolater.Delegate
public static class Isolater.JtaDelegate
extends java.lang.Object
implements org.hibernate.engine.transaction.Isolater.Delegate
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).