Uses of Class
org.springframework.transaction.support.ResourceHolderSupport
Packages that use ResourceHolderSupport Package Description org.springframework.jca.cci.connection Provides a utility class for easy ConnectionFactory access, a PlatformTransactionManager for local CCI transactions, and various simple ConnectionFactory proxies/adapters.org.springframework.jdbc.datasource Provides a utility class for easy DataSource access, a PlatformTransactionManager for a single DataSource, and various simple DataSource implementations.org.springframework.jms.connection Provides a PlatformTransactionManager implementation for a single JMS ConnectionFactory, and a SingleConnectionFactory adapter.org.springframework.orm.hibernate5 Package providing integration of Hibernate 5.x with Spring concepts.org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts.Uses of ResourceHolderSupport in org.springframework.jca.cci.connection
Subclasses of ResourceHolderSupport in org.springframework.jca.cci.connection Modifier and Type Class Description classConnectionHolderResource holder wrapping a CCIConnection.Uses of ResourceHolderSupport in org.springframework.jdbc.datasource
Subclasses of ResourceHolderSupport in org.springframework.jdbc.datasource Modifier and Type Class Description classConnectionHolderResource holder wrapping a JDBCConnection.Uses of ResourceHolderSupport in org.springframework.jms.connection
Subclasses of ResourceHolderSupport in org.springframework.jms.connection Modifier and Type Class Description classJmsResourceHolderResource holder wrapping a JMSConnectionand a JMSSession.Uses of ResourceHolderSupport in org.springframework.orm.hibernate5
Subclasses of ResourceHolderSupport in org.springframework.orm.hibernate5 Modifier and Type Class Description classSessionHolderResource holder wrapping a HibernateSession(plus an optionalTransaction).Uses of ResourceHolderSupport in org.springframework.orm.jpa
Subclasses of ResourceHolderSupport in org.springframework.orm.jpa Modifier and Type Class Description classEntityManagerHolderResource holder wrapping a JPAEntityManager.