| 
 | ||||||||||
| 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 that return JpaVendorAdapter | |
|---|---|
|  JpaVendorAdapter | AbstractEntityManagerFactoryBean.getJpaVendorAdapter()Return the JpaVendorAdapter implementation for this EntityManagerFactory, or nullif not known. | 
| 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 | AbstractJpaVendorAdapterAbstract JpaVendorAdapterimplementation that defines common properties,
 to be translated into vendor-specific JPA properties by concrete subclasses. | 
|  class | EclipseLinkJpaVendorAdapterJpaVendorAdapterimplementation for Eclipse
 Persistence Services (EclipseLink). | 
|  class | HibernateJpaVendorAdapterJpaVendorAdapterimplementation for
 Hibernate EntityManager. | 
|  class | OpenJpaVendorAdapterJpaVendorAdapterimplementation for
 Apache OpenJPA. | 
|  class | TopLinkJpaVendorAdapterJpaVendorAdapterimplementation for
 Oracle TopLink Essentials. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||