All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.brienwheeler.lib.db.appTransactionManager.xml Maven / Gradle / Ivy

The newest version!
<beans
	xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:tx="http://www.springframework.org/schema/tx"
	xsi:schemaLocation="
		http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
		http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd
		"
	>

	<tx:annotation-driven transaction-manager="com.brienwheeler.lib.db.appTransactionManager"/>
	
	<import resource="classpath:com/brienwheeler/lib/db/appEntityManagerFactory.xml"/>
	
	<bean id="com.brienwheeler.lib.db.appTransactionManager"
			class="org.springframework.orm.jpa.JpaTransactionManager">
		<property name="entityManagerFactory" ref="com.brienwheeler.lib.db.appEntityManagerFactory"/>
	</bean>

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy