| Class | Description |
|---|---|
| GormSharedSessionMongoTransactionManager | A org.springframework.transaction.PlatformTransactionManager that drives a single GORM
MongoDB transaction and additionally exposes its ClientSession to Spring Data MongoDB, so
that GORM operations and MongoTemplate/repository operations executed within one
@Transactional method participate in the same MongoDB transaction. |
| SpringDataMongoGormAutoConfiguration | Auto-configuration that wires Spring Data MongoDB on top of the same MongoDatastore
(and therefore the same MongoClient, database and codecs) that GORM for MongoDB uses,
and registers a primary transaction manager that lets GORM and Spring Data operations share a
single MongoDB transaction. |