Java org.springframework.orm.hibernate5 SessionHolder fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.orm.hibernate5 SessionHolder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.orm.hibernate5 SessionHolder.

The text is from its open source code.

Constructor

Method

SessiongetSession()
intgetTimeToLiveInSeconds()
Return the time to live for this object in seconds.
booleanhasTimeout()
Return whether this object has an associated timeout.
booleanisSynchronizedWithTransaction()
Return whether the resource is synchronized with a transaction.
voidsetPreviousFlushMode(@Nullable FlushMode previousFlushMode)
voidsetSynchronizedWithTransaction(boolean synchronizedWithTransaction)
Mark the resource as synchronized with a transaction.