CreateManager |
|
| Your trail: |
Difference between
version 34
and
version 33:
| At line 235 changed 9 lines. |
| <property name="transactionManager"><ref local="transactionManager"/></property> |
| <property name="target"><ref local="personManagerTarget"/></property> |
| <property name="transactionAttributes"> |
| <props> |
| <prop key="save*">PROPAGATION_REQUIRED</prop> |
| <prop key="remove*">PROPAGATION_REQUIRED</prop> |
| <prop key="*">PROPAGATION_REQUIRED,readOnly</prop> |
| </props> |
| </property> |
| <property name="transactionManager"><ref local="transactionManager"/></property> |
| <property name="target"><ref local="personManagerTarget"/></property> |
| <property name="transactionAttributes"> |
| <props> |
| <prop key="save*">PROPAGATION_REQUIRED</prop> |
| <prop key="remove*">PROPAGATION_REQUIRED</prop> |
| <prop key="*">PROPAGATION_REQUIRED,readOnly</prop> |
| </props> |
| </property> |
| At line 246 added 1 line. |
|
Back to CreateManager,
or to the Page History.
|