Package | Description |
---|---|
org.springframework.orm.jpa |
Package providing integration of JPA (Java Persistence API) with Spring concepts.
|
org.springframework.orm.jpa.vendor |
Support classes for adapting to specific JPA vendors.
|
Modifier and Type | Method and Description |
---|---|
JpaVendorAdapter |
AbstractEntityManagerFactoryBean.getJpaVendorAdapter()
Return the JpaVendorAdapter implementation for this EntityManagerFactory,
or
null if not known. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEntityManagerFactoryBean.setJpaVendorAdapter(JpaVendorAdapter jpaVendorAdapter)
Specify the JpaVendorAdapter implementation for the desired JPA provider,
if any.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJpaVendorAdapter
Abstract
JpaVendorAdapter implementation that defines common properties,
to be translated into vendor-specific JPA properties by concrete subclasses. |
class |
EclipseLinkJpaVendorAdapter
JpaVendorAdapter implementation for Eclipse
Persistence Services (EclipseLink). |
class |
HibernateJpaVendorAdapter
JpaVendorAdapter implementation for Hibernate
EntityManager. |