|
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JpaVendorAdapter | |
|---|---|
| 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. |
| Uses of JpaVendorAdapter in org.springframework.orm.jpa |
|---|
| Methods in org.springframework.orm.jpa with parameters of type JpaVendorAdapter | |
|---|---|
void |
AbstractEntityManagerFactoryBean.setJpaVendorAdapter(JpaVendorAdapter jpaVendorAdapter)
Specify the JpaVendorAdapter implementation for the desired JPA provider, if any. |
| Uses of JpaVendorAdapter in org.springframework.orm.jpa.vendor |
|---|
| Classes in org.springframework.orm.jpa.vendor that implement JpaVendorAdapter | |
|---|---|
class |
AbstractJpaVendorAdapter
Abstract JpaVendorAdapter implementation that defines common properties, to be translated into vendor-specific JPA properties by subclasses. |
class |
HibernateJpaVendorAdapter
JpaVendorAdapter implementation for
Hibernate EntityManager. |
class |
OpenJpaVendorAdapter
JpaVendorAdapter implementation for
Apache OpenJPA. |
class |
TopLinkJpaVendorAdapter
JpaVendorAdapter implementation for
Oracle TopLink Essentials. |
|
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||