protected static class

ThreadLocalSessionContext.CleanupSynch

extends Object
implements Serializable
java.lang.Object
   ↳ org.hibernate.context.ThreadLocalSessionContext.CleanupSynch

Class Overview

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

Summary

Fields
protected final SessionFactory factory
Public Constructors
ThreadLocalSessionContext.CleanupSynch(SessionFactory factory)
Public Methods
void afterCompletion(int i)
void beforeCompletion()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected final SessionFactory factory

Public Constructors

public ThreadLocalSessionContext.CleanupSynch (SessionFactory factory)

Public Methods

public void afterCompletion (int i)

public void beforeCompletion ()