Package | Description |
---|---|
org.springframework.orm.jpa.vendor |
Support classes for adapting to specific JPA vendors.
|
Modifier and Type | Class and Description |
---|---|
class |
EclipseLinkJpaVendorAdapter
JpaVendorAdapter implementation for Eclipse
Persistence Services (EclipseLink). |
class |
HibernateJpaVendorAdapter
JpaVendorAdapter implementation for
Hibernate EntityManager. |
class |
OpenJpaVendorAdapter
JpaVendorAdapter implementation for Apache OpenJPA. |
class |
TopLinkJpaVendorAdapter
Deprecated.
as of Spring 3.1, in favor of the EclipseLink project and
Spring's corresponding
EclipseLinkJpaVendorAdapter |
Copyright © 2015. All rights reserved.