transactionList abstract method

Transaction transactionList(
  1. List<String> storeNames,
  2. String mode
)

helper for transaction on list of object stores

Implementation

Transaction transactionList(List<String> storeNames, String mode);