Azure Cosmos DB
An Azure NoSQL database service for app development.
1,698 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I found the transactional's way is to write a procedure(trigger/user function).
is there any others way, when i use java connect to cosmosdb
like sprint data, to enable transaction, only need to add @Transactional on method which need transaction.