Uses of Interface
org.springframework.transaction.support.ResourceHolder
Packages that use ResourceHolder
Package
Description
Provides a utility class for easy DataSource access,
a PlatformTransactionManager for a single DataSource,
and various simple DataSource implementations.
Provides a PlatformTransactionManager implementation for a single
JMS ConnectionFactory, and a SingleConnectionFactory adapter.
Package providing integration of
Hibernate 5.x
with Spring concepts.
Package providing integration of JPA (Java Persistence API) with Spring concepts.
Provides a utility class for easy ConnectionFactory access,
a ReactiveTransactionManager for a single ConnectionFactory,
and various simple ConnectionFactory implementations.
Support classes for the org.springframework.transaction package.
-
Uses of ResourceHolder in org.springframework.jdbc.datasource
Classes in org.springframework.jdbc.datasource that implement ResourceHolder -
Uses of ResourceHolder in org.springframework.jms.connection
Classes in org.springframework.jms.connection that implement ResourceHolderModifier and TypeClassDescriptionclass
Resource holder wrapping a JMSConnection
and a JMSSession
. -
Uses of ResourceHolder in org.springframework.orm.hibernate5
Classes in org.springframework.orm.hibernate5 that implement ResourceHolderModifier and TypeClassDescriptionclass
Resource holder wrapping a HibernateSession
(plus an optionalTransaction
). -
Uses of ResourceHolder in org.springframework.orm.jpa
Classes in org.springframework.orm.jpa that implement ResourceHolder -
Uses of ResourceHolder in org.springframework.r2dbc.connection
Classes in org.springframework.r2dbc.connection that implement ResourceHolder -
Uses of ResourceHolder in org.springframework.transaction.support
Classes in org.springframework.transaction.support with type parameters of type ResourceHolderModifier and TypeClassDescriptionclass
ResourceHolderSynchronization<H extends ResourceHolder,
K> TransactionSynchronization
implementation that manages aResourceHolder
bound throughTransactionSynchronizationManager
.Classes in org.springframework.transaction.support that implement ResourceHolderModifier and TypeClassDescriptionclass
Convenient base class for resource holders.