| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionHolder
Resource holder wrapping a JDBC
Connection. |
| Modifier and Type | Class and Description |
|---|---|
class |
JmsResourceHolder
Resource holder wrapping a JMS
Connection and a JMS Session. |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionHolder
Resource holder wrapping a Hibernate
Session (plus an optional Transaction). |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityManagerHolder
Resource holder wrapping a JPA
EntityManager. |