Uses of Interface
org.springframework.transaction.support.ResourceHolder
Packages that use ResourceHolder 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.org.springframework.transaction.support Support classes for the org.springframework.transaction package.Uses of ResourceHolder in org.springframework.jca.cci.connection
Classes in org.springframework.jca.cci.connection that implement ResourceHolder Modifier and Type Class Description classConnectionHolderResource holder wrapping a CCIConnection.Uses of ResourceHolder in org.springframework.jdbc.datasource
Classes in org.springframework.jdbc.datasource that implement ResourceHolder Modifier and Type Class Description classConnectionHolderResource holder wrapping a JDBCConnection.Uses of ResourceHolder in org.springframework.jms.connection
Classes in org.springframework.jms.connection that implement ResourceHolder Modifier and Type Class Description classJmsResourceHolderResource holder wrapping a JMSConnectionand a JMSSession.Uses of ResourceHolder in org.springframework.orm.hibernate5
Classes in org.springframework.orm.hibernate5 that implement ResourceHolder Modifier and Type Class Description classSessionHolderResource holder wrapping a HibernateSession(plus an optionalTransaction).Uses of ResourceHolder in org.springframework.orm.jpa
Classes in org.springframework.orm.jpa that implement ResourceHolder Modifier and Type Class Description classEntityManagerHolderResource holder wrapping a JPAEntityManager.Uses of ResourceHolder in org.springframework.transaction.support
Classes in org.springframework.transaction.support with type parameters of type ResourceHolder Modifier and Type Class Description classResourceHolderSynchronization<H extends ResourceHolder,K>TransactionSynchronizationimplementation that manages aResourceHolderbound throughTransactionSynchronizationManager.Classes in org.springframework.transaction.support that implement ResourceHolder Modifier and Type Class Description classResourceHolderSupportConvenient base class for resource holders.