According to the documentation, the JDBC Adapter can treat a batch transaction either atomic or non-atomic. On which level is this 'transaction separation' defined?
There are 2 ways to construct a batch payload: separate Statements with a single Access tag each, or a single Statement with multiple Access tags.
I'm using the latter, with a non-atomic configuration, but my transaction is still treated as all-or-nothing. Is non-atomic transaction handling only applicable to transactions with separate Statement tags?