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:
committed by
Oliver Gierke
parent
05137e8f77
commit
46bde70d81
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user