Uses of Class
org.springframework.transaction.support.ResourceHolderSupport
Packages that use ResourceHolderSupport
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.
- 
Uses of ResourceHolderSupport in org.springframework.jdbc.datasourceSubclasses of ResourceHolderSupport in org.springframework.jdbc.datasource
- 
Uses of ResourceHolderSupport in org.springframework.jms.connectionSubclasses of ResourceHolderSupport in org.springframework.jms.connectionModifier and TypeClassDescriptionclassResource holder wrapping a JMSConnectionand a JMSSession.
- 
Uses of ResourceHolderSupport in org.springframework.orm.hibernate5Subclasses of ResourceHolderSupport in org.springframework.orm.hibernate5Modifier and TypeClassDescriptionclassResource holder wrapping a HibernateSession(plus an optionalTransaction).
- 
Uses of ResourceHolderSupport in org.springframework.orm.jpaSubclasses of ResourceHolderSupport in org.springframework.orm.jpa
- 
Uses of ResourceHolderSupport in org.springframework.r2dbc.connectionSubclasses of ResourceHolderSupport in org.springframework.r2dbc.connection