The Spring Framework

Uses of Class
org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter

Packages that use AbstractJpaVendorAdapter
org.springframework.orm.jpa.vendor Support classes for adapting to specific JPA vendors. 
 

Uses of AbstractJpaVendorAdapter in org.springframework.orm.jpa.vendor
 

Subclasses of AbstractJpaVendorAdapter in org.springframework.orm.jpa.vendor
 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.