Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
D I L O S

D

delegateWork(IsolatedWork) - Method in interface org.hibernate.engine.transaction.Isolater.Delegate
 
delegateWork(IsolatedWork) - Method in class org.hibernate.engine.transaction.Isolater.JdbcDelegate
 
delegateWork(IsolatedWork) - Method in class org.hibernate.engine.transaction.Isolater.JtaDelegate
 
doIsolatedWork(IsolatedWork, SessionImplementor) - Static method in class org.hibernate.engine.transaction.Isolater
The exposed service of this class.
doWork(Connection) - Method in interface org.hibernate.engine.transaction.IsolatedWork
Perform the actual work to be done.

I

IsolatedWork - interface org.hibernate.engine.transaction.IsolatedWork.
Represents work that needs to be performed in a manner which isolates it from any current application unit of work transaction.
Isolater - class org.hibernate.engine.transaction.Isolater.
Class which provides the isolation semantics required by an IsolatedWork.
Isolater() - Constructor for class org.hibernate.engine.transaction.Isolater
 
Isolater.Delegate - interface org.hibernate.engine.transaction.Isolater.Delegate.
 
Isolater.JdbcDelegate - class org.hibernate.engine.transaction.Isolater.JdbcDelegate.
An isolation delegate for JDBC-based transactions.
Isolater.JdbcDelegate(SessionImplementor) - Constructor for class org.hibernate.engine.transaction.Isolater.JdbcDelegate
 
Isolater.JtaDelegate - class org.hibernate.engine.transaction.Isolater.JtaDelegate.
An isolation delegate for JTA-based transactions.
Isolater.JtaDelegate(SessionImplementor) - Constructor for class org.hibernate.engine.transaction.Isolater.JtaDelegate
 

L

log - Static variable in class org.hibernate.engine.transaction.Isolater
 

O

org.hibernate.engine.transaction - package org.hibernate.engine.transaction
 

S

session - Variable in class org.hibernate.engine.transaction.Isolater.JdbcDelegate
 
session - Variable in class org.hibernate.engine.transaction.Isolater.JtaDelegate
 

D I L O S