The Spring Framework

Uses of Interface
org.springframework.orm.jpa.JpaVendorAdapter

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 concrete 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

Copyright © 2002-2007 The Spring Framework.