Class SpringJtaSessionContext
java.lang.Object
org.hibernate.context.spi.AbstractCurrentSessionContext
org.hibernate.context.internal.JTASessionContext
org.springframework.orm.hibernate5.SpringJtaSessionContext
- All Implemented Interfaces:
 Serializable,CurrentSessionContext
Spring-specific subclass of Hibernate's JTASessionContext,
 setting 
FlushMode.MANUAL for read-only transactions.- Since:
 - 4.2
 - Author:
 - Juergen Hoeller
 - See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.hibernate.context.internal.JTASessionContext
JTASessionContext.CleanupSync - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.hibernate.context.internal.JTASessionContext
currentSession, getConnectionReleaseMode, isAutoCloseEnabled, isAutoFlushEnabledMethods inherited from class org.hibernate.context.spi.AbstractCurrentSessionContext
baseSessionBuilder, factory, validateExistingSession 
- 
Constructor Details
- 
SpringJtaSessionContext
 
 - 
 - 
Method Details
- 
buildOrObtainSession
- Overrides:
 buildOrObtainSessionin classJTASessionContext
 
 -