JpaDialect description replace to EclipseLink from Toplink

Issue: SPR-12988
This commit is contained in:
Kazuki Shimizu 2015-05-06 04:46:40 +09:00
parent 8853107f76
commit 7fdd3f39d6
1 changed files with 2 additions and 2 deletions

View File

@ -6323,8 +6323,8 @@ declarative transaction facilities. For example:
Spring JPA allows a configured `JpaTransactionManager` to expose a JPA transaction to 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 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, `JpaDialect` supports retrieval of the underlying JDBC `Connection`. Out of the box,
Spring provides dialects for the Toplink, Hibernate and OpenJPA JPA implementations. See Spring provides dialects for the EclipseLink, Hibernate and OpenJPA JPA implementations.
the next section for details on the `JpaDialect` mechanism. See the next section for details on the `JpaDialect` mechanism.