From 7fdd3f39d66bc41d6d26383ffe1044e2702539b9 Mon Sep 17 00:00:00 2001 From: Kazuki Shimizu Date: Wed, 6 May 2015 04:46:40 +0900 Subject: [PATCH] JpaDialect description replace to EclipseLink from Toplink Issue: SPR-12988 --- src/asciidoc/data-access.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asciidoc/data-access.adoc b/src/asciidoc/data-access.adoc index 147c0854f2..11f89ae02e 100644 --- a/src/asciidoc/data-access.adoc +++ b/src/asciidoc/data-access.adoc @@ -6323,8 +6323,8 @@ declarative transaction facilities. For example: Spring JPA allows a configured `JpaTransactionManager` to expose a JPA transaction to JDBC access code that accesses the same JDBC `DataSource`, provided that the registered `JpaDialect` supports retrieval of the underlying JDBC `Connection`. Out of the box, -Spring provides dialects for the Toplink, Hibernate and OpenJPA JPA implementations. See -the next section for details on the `JpaDialect` mechanism. +Spring provides dialects for the EclipseLink, Hibernate and OpenJPA JPA implementations. +See the next section for details on the `JpaDialect` mechanism.