Class SpringSessionSynchronization

java.lang.Object
org.springframework.orm.hibernate5.SpringSessionSynchronization
All Implemented Interfaces:
Flushable, Ordered, TransactionSynchronization

public class SpringSessionSynchronization extends Object implements TransactionSynchronization, Ordered
Callback for resource cleanup at the end of a Spring-managed transaction for a pre-bound Hibernate Session.
Since:
4.2
Author:
Juergen Hoeller