Skip to content

Instantly share code, notes, and snippets.

@eric2323223
Forked from eugenp/persistenceJpaConfig.xml
Created September 4, 2012 02:18
Show Gist options
  • Save eric2323223/3615792 to your computer and use it in GitHub Desktop.
Save eric2323223/3615792 to your computer and use it in GitHub Desktop.
Transaction configuration with Spring 3.1 - the transaction Configuration in XML
<bean id="txManager" class="org.springframework.orm.jpa.JpaTransactionManager">
<property name="entityManagerFactory" ref="myEmf" />
</bean>
<tx:annotation-driven transaction-manager="txManager" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment