Package org.hibernate.context.internal
Class JTASessionContext.CleanupSync
java.lang.Object
org.hibernate.context.internal.JTASessionContext.CleanupSync
- All Implemented Interfaces:
Synchronization
- Enclosing class:
- JTASessionContext
JTA transaction sync used for cleanup of the internal session map.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CleanupSync
-
-
Method Details
-
beforeCompletion
public void beforeCompletion()- Specified by:
beforeCompletion
in interfaceSynchronization
-
afterCompletion
public void afterCompletion(int i) - Specified by:
afterCompletion
in interfaceSynchronization
-