Java org.springframework.orm.jpa EntityManagerHolder fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.orm.jpa EntityManagerHolder fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

EntityManagergetEntityManager()
longgetTimeToLiveInMillis()
Return the time to live for this object in milliseconds.
booleanhasTimeout()
Return whether this object has an associated timeout.
booleanisOpen()
Return whether there are still open references to this holder.
booleanisSynchronizedWithTransaction()
Return whether the resource is synchronized with a transaction.
booleanisTransactionActive()
voidrequested()
Increase the reference count by one because the holder has been requested (i.e.
voidsetSynchronizedWithTransaction(boolean synchronizedWithTransaction)
Mark the resource as synchronized with a transaction.