We need to mark our transaction begin and commit separately. In other
words we need to implement this:
BEGIN
SET_MARK
<process stuff>
UNSET_MARK
COMMIT
Is there a way to do this at the global level in IBatis? I understand
that we could do this manually for each transaction but there must be
a better way to achieve the same result.
---------------------------------------------------------------------
To unsubscribe, e-mail:
user-java-unsubscribe@...
For additional commands, e-mail:
user-java-help@...