For Spring wiring of a Transaction Manager bean, we would do something like the following:
@author graywatson<bean id="transactionManager" class="com.j256.ormlite.misc.TransactionManager" init-method="initialize"> <property name="dataSource" ref="dataSource" /> </bean>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|