open class EclipseLinkJpaVendorAdapter : AbstractJpaVendorAdapter
org.springframework.orm.jpa.JpaVendorAdapter implementation for Eclipse Persistence Services (EclipseLink). Developed and tested against EclipseLink 2.4.
Exposes EclipseLink's persistence provider and EntityManager extension interface, and adapts AbstractJpaVendorAdapter's common configuration settings. No support for the detection of annotated packages (through org.springframework.orm.jpa.persistenceunit.SmartPersistenceUnitInfo#getManagedPackages()) since EclipseLink doesn't use package-level metadata.
Author
Juergen Hoeller
Author
Thomas Risberg
Since
2.5.2
See Also
EclipseLinkJpaDialectorg.eclipse.persistence.jpa.PersistenceProviderorg.eclipse.persistence.jpa.JpaEntityManager
EclipseLinkJpaVendorAdapter()
org.springframework.orm.jpa.JpaVendorAdapter implementation for Eclipse Persistence Services (EclipseLink). Developed and tested against EclipseLink 2.4. Exposes EclipseLink's persistence provider and EntityManager extension interface, and adapts AbstractJpaVendorAdapter's common configuration settings. No support for the detection of annotated packages (through |
open fun getEntityManagerInterface(): Class<out EntityManager> |
|
open fun getJpaDialect(): EclipseLinkJpaDialect |
|
open fun getJpaPropertyMap(): MutableMap<String, Any?> |
|
open fun getPersistenceProvider(): PersistenceProvider |