Relation beteween instance of TransactionProxyBean and target object should be
n:n
or
1:n ?
which way is better?
Thanks and Rgds
Relation beteween instance of TransactionProxyBean and target object should be
n:n
or
1:n ?
which way is better?
Thanks and Rgds
In general, you will be using 1 TransactionProxyFactoryBean with multiple targets. There is another piece of the picture here which is the proxy objects themselves. Usually you will see 1 TPFB with n proxies and n targets.
Rob