|
|||||||||
| Home >> All >> org >> hibernate >> engine >> [ transaction overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.hibernate.engine.transaction
Class Isolater.JdbcDelegate

java.lang.Objectorg.hibernate.engine.transaction.Isolater.JdbcDelegate
- All Implemented Interfaces:
- Isolater.Delegate
- Enclosing class:
- Isolater
- public static class Isolater.JdbcDelegate
- extends java.lang.Object
- implements Isolater.Delegate
- extends java.lang.Object
An isolation delegate for JDBC-based transactions. Basically just grabs a new connection and does the work on that.
| Field Summary | |
private org.hibernate.engine.SessionImplementor |
session
|
| Constructor Summary | |
Isolater.JdbcDelegate(org.hibernate.engine.SessionImplementor session)
|
|
| Method Summary | |
void |
delegateWork(IsolatedWork work)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
session
private final org.hibernate.engine.SessionImplementor session
| Constructor Detail |
Isolater.JdbcDelegate
public Isolater.JdbcDelegate(org.hibernate.engine.SessionImplementor session)
| Method Detail |
delegateWork
public void delegateWork(IsolatedWork work) throws org.hibernate.HibernateException
- Specified by:
delegateWorkin interfaceIsolater.Delegate
|
|||||||||
| Home >> All >> org >> hibernate >> engine >> [ transaction overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.hibernate.engine.transaction.Isolater.JdbcDelegate