open class EntityManagerHolder : ResourceHolderSupport
Holder wrapping a JPA EntityManager. JpaTransactionManager binds instances of this class to the thread, for a given EntityManagerFactory.
Note: This is an SPI class, not intended to be used by applications.
Author
Juergen Hoeller
Since
2.0
See Also
JpaTransactionManagerEntityManagerFactoryUtils
EntityManagerHolder(entityManager: EntityManager) |
open fun clear(): Unit |
|
open fun getEntityManager(): EntityManager |