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.
This commit is contained in:
Thomas Darimont
2014-05-26 10:21:15 +02:00
committed by Oliver Gierke
parent 70e1506bbe
commit c6d6085811

View File

@@ -67,9 +67,9 @@
<code>repositories</code> element. Usually used if multiple
<interfacename>EntityManagerFactory</interfacename> beans are
used within the application. If not configured we will
automatically lookup the single
<interfacename>EntityManagerFactory</interfacename> configured
in the
automatically lookup the
<interfacename>EntityManagerFactory</interfacename> bean with
the name <code>entityManagerFactory</code> in the
<interfacename>ApplicationContext</interfacename>.</entry>
</row>