The Spring Framework

Package org.springframework.orm.jpa.vendor

Support classes for adapting to specific JPA vendors.

See:
          Description

Class Summary
AbstractJpaVendorAdapter Abstract JpaVendorAdapter implementation that defines common properties, to be translated into vendor-specific JPA properties by subclasses.
HibernateJpaDialect Hibernate-specific JpaDialect implementation.
HibernateJpaVendorAdapter Hibernate-specific JpaVendorAdapter implementation.
TopLinkJpaDialect TopLink implementation of the JpaDialect interface.
TopLinkJpaVendorAdapter TopLink-specific JpaVendorAdapter implementation.
 

Enum Summary
Database Enumeration for common database platforms.
 

Package org.springframework.orm.jpa.vendor Description

Support classes for adapting to specific JPA vendors.


The Spring Framework

Copyright © 2002-2006 The Spring Framework.