mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
fixed JPA multi-unit setup example (SPR-6781)
This commit is contained in:
@@ -1523,7 +1523,7 @@ TR: REVISED, PLS REVIEW. Should be *inside your war*. --><!-- </para>
|
||||
files.)</para>
|
||||
|
||||
<programlisting language="xml"><bean id="pum" class="org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager">
|
||||
<property name="persistenceXmlLocation">
|
||||
<property name="persistenceXmlLocations">
|
||||
<list>
|
||||
<value>org/springframework/orm/jpa/domain/persistence-multi.xml</value>
|
||||
<value>classpath:/my/package/**/custom-persistence.xml</value>
|
||||
@@ -1542,6 +1542,7 @@ TR: REVISED, PLS REVIEW. Should be *inside your war*. --><!-- </para>
|
||||
|
||||
<bean id="emf" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
|
||||
<property name="persistenceUnitManager" ref="pum"/>
|
||||
<property name="persistenceUnitName" value="myCustomUnit"/>
|
||||
</bean></programlisting>
|
||||
|
||||
<para>The default implementation allows customization of the
|
||||
|
||||
Reference in New Issue
Block a user