|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.engine.transaction.Isolater.JtaDelegate
public static class Isolater.JtaDelegate
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).
Constructor Summary | |
---|---|
Isolater.JtaDelegate(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 |
---|
public Isolater.JtaDelegate(SessionImplementor session)
Method Detail |
---|
public void delegateWork(IsolatedWork work, boolean transacted) throws HibernateException
HibernateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |