Class SpringJtaSessionContext

All Implemented Interfaces:
Serializable, CurrentSessionContext

public class SpringJtaSessionContext extends JTASessionContext
Spring-specific subclass of Hibernate's JTASessionContext, setting FlushMode.MANUAL for read-only transactions.
Since:
4.2
Author:
Juergen Hoeller
See Also: