From c6d6085811f155d69207cf56232f921e9b4f3600 Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Mon, 26 May 2014 10:21:15 +0200 Subject: [PATCH] DATAJPA-548 - Improved documentation for jpa:repositories xml configuration. Stated more explicitly that we perform a lookup for an EntityManagerFactory bean with the name "entityManagerFactory" by default for the entity-manager-factory-ref attribute. Original pull request: #94. --- src/docbkx/jpa.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docbkx/jpa.xml b/src/docbkx/jpa.xml index 770c88aa7..81f46d293 100644 --- a/src/docbkx/jpa.xml +++ b/src/docbkx/jpa.xml @@ -67,9 +67,9 @@ repositories element. Usually used if multiple EntityManagerFactory beans are used within the application. If not configured we will - automatically lookup the single - EntityManagerFactory configured - in the + automatically lookup the + EntityManagerFactory bean with + the name entityManagerFactory in the ApplicationContext.