See: Description
| Class | Description |
|---|---|
| AbstractJpaVendorAdapter |
Abstract
JpaVendorAdapter implementation that defines common properties,
to be translated into vendor-specific JPA properties by concrete subclasses. |
| EclipseLinkJpaDialect |
JpaDialect implementation for Eclipse
Persistence Services (EclipseLink). |
| EclipseLinkJpaVendorAdapter |
JpaVendorAdapter implementation for Eclipse
Persistence Services (EclipseLink). |
| HibernateJpaDialect |
JpaDialect implementation for
Hibernate EntityManager. |
| HibernateJpaSessionFactoryBean | Deprecated
as of Spring Framework 4.3.12 against Hibernate 5.2, in favor of a custom solution
based on
EntityManagerFactory.unwrap(java.lang.Class<T>) with explicit qualifiers and/or primary markers |
| HibernateJpaVendorAdapter |
JpaVendorAdapter implementation for Hibernate
EntityManager. |
| Enum | Description |
|---|---|
| Database |
Enumeration for common database platforms.
|