@groovy.transform.CompileStatic @org.springframework.context.annotation.Configuration @org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean(MongoDatastore) @org.springframework.boot.autoconfigure.AutoConfigureAfter(MongoAutoConfiguration) class MongoDbGormAutoConfiguration
Auto configurer that configures GORM for MongoDB for use in Spring Boot
| Type | Name and description |
|---|---|
org.springframework.context.ConfigurableApplicationContext |
applicationContext |
com.mongodb.MongoClient |
mongo |
com.mongodb.MongoClientOptions |
mongoOptions |
| Type | Name and description |
|---|---|
org.grails.datastore.mapping.mongo.MongoDatastore |
mongoDatastore() |
org.springframework.transaction.PlatformTransactionManager |
mongoTransactionManager() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |