Package org.hibernate.context.internal
Class ThreadLocalSessionContext.CleanupSync
java.lang.Object
org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSync
- All Implemented Interfaces:
Synchronization
,Serializable
- Enclosing class:
- ThreadLocalSessionContext
protected static class ThreadLocalSessionContext.CleanupSync
extends Object
implements Synchronization, Serializable
Transaction sync used for cleanup of the internal session map.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
factory
-
-
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
-