protected static class

JTASessionContext.CleanupSynch

extends Object
java.lang.Object
   ↳ org.hibernate.context.JTASessionContext.CleanupSynch

Class Overview

JTA transaction synch used for cleanup of the internal session map.

Summary

Public Constructors
JTASessionContext.CleanupSynch(Object transactionIdentifier, JTASessionContext context)
Public Methods
void afterCompletion(int i)
void beforeCompletion()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JTASessionContext.CleanupSynch (Object transactionIdentifier, JTASessionContext context)

Public Methods

public void afterCompletion (int i)

public void beforeCompletion ()