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.jms.connection |
Provides a PlatformTransactionManager implementation for a single
JMS ConnectionFactory, and a SingleConnectionFactory adapter.
|
org.springframework.orm.hibernate3 |
Package providing integration of
Hibernate 3.x
with Spring concepts.
|
org.springframework.orm.jdo |
Package providing integration of JDO (Java Date Objects) 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionHolder
Connection holder, wrapping a CCI Connection.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsResourceHolder
JMS resource holder, wrapping a JMS Connection and a JMS Session.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionHolder
Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistenceManagerHolder
Holder wrapping a JDO PersistenceManager.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityManagerHolder
Holder wrapping a JPA EntityManager.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceHolderSynchronization<H extends ResourceHolder,K>
TransactionSynchronization implementation that manages a
ResourceHolder bound through TransactionSynchronizationManager . |
Modifier and Type | Class and Description |
---|---|
class |
ResourceHolderSupport
Convenient base class for resource holders.
|
Copyright © 2015. All rights reserved.