Uses of Class
org.springframework.data.mongodb.MongoTransactionManager.MongoTransactionObject
-
Uses of MongoTransactionManager.MongoTransactionObject in org.springframework.data.mongodb
Modifier and TypeMethodDescriptionprotected void
MongoTransactionManager.doCommit
(MongoTransactionManager.MongoTransactionObject transactionObject) Customization hook to perform an actual commit of the given transaction.
If a commit operation encounters an error, the MongoDB driver throws aMongoException
holding error labels.