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). |
EclipseLinkJpaDialect.EclipseLinkConnectionHandle |
ConnectionHandle implementation that lazily fetches an
EclipseLink-provided Connection on the first getConnection call -
which may never come if no application code requests a JDBC Connection. |
EclipseLinkJpaVendorAdapter |
JpaVendorAdapter implementation for Eclipse
Persistence Services (EclipseLink). |
HibernateJpaDialect |
JpaDialect implementation for
Hibernate EntityManager. |
HibernateJpaDialect.HibernateConnectionHandle | |
HibernateJpaDialect.SessionTransactionData | |
HibernateJpaSessionFactoryBean |
Simple
FactoryBean that exposes the underlying SessionFactory
behind a Hibernate-backed JPA EntityManagerFactory . |
HibernateJpaVendorAdapter |
JpaVendorAdapter implementation for Hibernate
EntityManager. |
SpringHibernateJpaPersistenceProvider |
Spring-specific subclass of the standard
HibernatePersistenceProvider
from the org.hibernate.jpa package, adding support for
SmartPersistenceUnitInfo.getManagedPackages() . |
Enum | Description |
---|---|
Database |
Enumeration for common database platforms.
|