| Package | Description |
|---|---|
| org.springframework.orm.jpa |
Package providing integration of JPA (Java Persistence API) with Spring concepts.
|
| org.springframework.orm.jpa.support |
Classes supporting the
org.springframework.orm.jpa package. |
| org.springframework.orm.jpa.vendor |
Support classes for adapting to specific JPA vendors.
|
| Class and Description |
|---|
| AbstractEntityManagerFactoryBean
Abstract
FactoryBean that
creates a local JPA EntityManagerFactory
instance within a Spring application context. |
| EntityManagerFactoryAccessor
Base class for any class that needs to access an EntityManagerFactory,
usually in order to obtain an EntityManager.
|
| EntityManagerFactoryInfo
Metadata interface for a Spring-managed JPA
EntityManagerFactory. |
| EntityManagerFactoryPlusOperations
Interface that defines common operations beyond the standard
JPA EntityManagerFactory interface, in a vendor-independent fashion.
|
| EntityManagerPlusOperations
Interface that defines common operations beyond the standard
JPA EntityManager interface, in a vendor-independent fashion.
|
| JpaAccessor
Deprecated.
as of Spring 3.1, in favor of native EntityManager usage
(typically obtained through
@PersistenceContext) |
| JpaCallback
Deprecated.
as of Spring 3.1, in favor of native EntityManager usage
(typically obtained through
@PersistenceContext) |
| JpaDialect
SPI strategy that encapsulates certain functionality that standard JPA 1.0
does not offer, such as access to the underlying JDBC Connection.
|
| JpaOperations
Deprecated.
as of Spring 3.1, in favor of native EntityManager usage
(typically obtained through
@PersistenceContext).
Note that this interface did not get upgraded to JPA 2.0 and never will. |
| JpaVendorAdapter
SPI interface that allows to plug in vendor-specific behavior
into Spring's EntityManagerFactory creators.
|
| Class and Description |
|---|
| EntityManagerFactoryAccessor
Base class for any class that needs to access an EntityManagerFactory,
usually in order to obtain an EntityManager.
|
| EntityManagerHolder
Holder wrapping a JPA EntityManager.
|
| JpaTemplate
Deprecated.
as of Spring 3.1, in favor of native EntityManager usage
(typically obtained through
@PersistenceContext)
Note that this class did not get upgraded to JPA 2.0 and never will. |
| Class and Description |
|---|
| DefaultJpaDialect
Default implementation of the
JpaDialect interface. |
| EntityManagerFactoryAccessor
Base class for any class that needs to access an EntityManagerFactory,
usually in order to obtain an EntityManager.
|
| JpaDialect
SPI strategy that encapsulates certain functionality that standard JPA 1.0
does not offer, such as access to the underlying JDBC Connection.
|
| JpaVendorAdapter
SPI interface that allows to plug in vendor-specific behavior
into Spring's EntityManagerFactory creators.
|
Copyright © 2015. All rights reserved.