public class MongoDatastore extends org.grails.datastore.mapping.core.AbstractDatastore implements MappingContextListener, java.io.Closeable, org.grails.datastore.mapping.core.StatelessDatastore, org.grails.datastore.mapping.core.connections.MultipleConnectionSourceCapableDatastore, org.grails.datastore.mapping.multitenancy.MultiTenantCapableDatastore, org.grails.datastore.mapping.transactions.TransactionCapableDatastore
A Datastore implementation for the Mongo document store.
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
CODEC_ENGINE |
|
static java.lang.String |
INDEX_ATTRIBUTES |
|
static java.lang.String |
SETTING_CONNECTION_STRING |
|
static java.lang.String |
SETTING_DATABASE_NAME |
|
static java.lang.String |
SETTING_DEFAULT_MAPPING |
|
static java.lang.String |
SETTING_ENGINE |
|
static java.lang.String |
SETTING_HOST |
|
static java.lang.String |
SETTING_OPTIONS |
|
static java.lang.String |
SETTING_PASSWORD |
|
static java.lang.String |
SETTING_PORT |
|
static java.lang.String |
SETTING_STATELESS |
|
static java.lang.String |
SETTING_URL |
|
static java.lang.String |
SETTING_USERNAME |
|
protected org.grails.datastore.gorm.events.AutoTimestampEventListener |
autoTimestampEventListener |
|
protected boolean |
codecEngine |
|
protected org.bson.codecs.configuration.CodecRegistry |
codecRegistry |
|
protected org.grails.datastore.mapping.core.connections.ConnectionSources<com.mongodb.client.MongoClient, MongoConnectionSourceSettings> |
connectionSources |
|
protected java.util.Map<java.lang.String, MongoDatastore> |
datastoresByConnectionSource |
|
protected java.lang.String |
defaultDatabase |
|
protected jakarta.persistence.FlushModeType |
defaultFlushMode |
|
protected org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher |
eventPublisher |
|
protected org.grails.datastore.gorm.GormEnhancer |
gormEnhancer |
|
protected com.mongodb.client.MongoClient |
mongo |
|
protected java.util.Map<org.grails.datastore.mapping.model.PersistentEntity, java.lang.String> |
mongoCollections |
|
protected java.util.Map<org.grails.datastore.mapping.model.PersistentEntity, java.lang.String> |
mongoDatabases |
|
protected org.grails.datastore.mapping.multitenancy.MultiTenancySettings$MultiTenancyMode |
multiTenancyMode |
|
protected boolean |
stateless |
|
protected org.grails.datastore.mapping.multitenancy.TenantResolver |
tenantResolver |
|
protected org.springframework.transaction.PlatformTransactionManager |
transactionManager |
Constructor and description |
---|
MongoDatastore(org.grails.datastore.mapping.core.connections.ConnectionSources<com.mongodb.client.MongoClient, MongoConnectionSourceSettings> connectionSources, MongoMappingContext mappingContext, org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher eventPublisher) Configures a new MongoDatastore for the given arguments |
MongoDatastore(org.grails.datastore.mapping.core.connections.ConnectionSources<com.mongodb.client.MongoClient, MongoConnectionSourceSettings> connectionSources, org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher eventPublisher, java.lang.Class classes) Configures a new MongoDatastore for the given arguments |
MongoDatastore(com.mongodb.client.MongoClient mongoClient, org.springframework.core.env.PropertyResolver configuration, MongoMappingContext mappingContext, org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher eventPublisher) Configures a new MongoDatastore for the given arguments |
MongoDatastore(com.mongodb.client.MongoClient mongoClient, org.springframework.core.env.PropertyResolver configuration, org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher eventPublisher, java.lang.Class classes) Configures a new MongoDatastore for the given arguments |
MongoDatastore(com.mongodb.client.MongoClient mongoClient, org.springframework.core.env.PropertyResolver configuration, org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher eventPublisher, java.lang.Package packages) Configures a new MongoDatastore for the given arguments |
MongoDatastore(com.mongodb.client.MongoClient mongoClient, org.springframework.core.env.PropertyResolver configuration, java.lang.Class classes) Configures a new MongoDatastore for the given arguments |
MongoDatastore(com.mongodb.client.MongoClient mongoClient, org.springframework.core.env.PropertyResolver configuration, java.lang.Package packages) Configures a new MongoDatastore for the given arguments |
MongoDatastore(com.mongodb.client.MongoClient mongoClient, java.lang.Class classes) Configures a new MongoDatastore for the given arguments |
MongoDatastore(com.mongodb.MongoClientSettings$Builder clientOptions, org.springframework.core.env.PropertyResolver configuration, MongoMappingContext mappingContext, org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher eventPublisher) Configures a new MongoDatastore for the given arguments |
MongoDatastore(com.mongodb.MongoClientSettings$Builder clientOptions, org.springframework.core.env.PropertyResolver configuration, MongoMappingContext mappingContext) Configures a new MongoDatastore for the given arguments |
MongoDatastore(org.springframework.core.env.PropertyResolver configuration, MongoMappingContext mappingContext, org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher eventPublisher) Configures a new MongoDatastore for the given arguments |
MongoDatastore(org.springframework.core.env.PropertyResolver configuration, MongoConnectionSourceFactory connectionSourceFactory, org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher eventPublisher, java.lang.Class classes) Configures a new MongoDatastore for the given arguments |
MongoDatastore(org.springframework.core.env.PropertyResolver configuration, org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher eventPublisher, java.lang.Class classes) Configures a new MongoDatastore for the given arguments |
MongoDatastore(org.springframework.core.env.PropertyResolver configuration, MongoMappingContext mappingContext) Configures a new MongoDatastore for the given arguments |
MongoDatastore(org.springframework.core.env.PropertyResolver configuration, java.lang.Class classes) Configures a new MongoDatastore for the given arguments |
MongoDatastore(java.util.Map<java.lang.String, java.lang.Object> configuration, org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher eventPublisher, java.lang.Class classes) Configures a new MongoDatastore for the given arguments |
MongoDatastore(java.util.Map<java.lang.String, java.lang.Object> configuration, java.lang.Class classes) Configures a new MongoDatastore for the given arguments |
MongoDatastore(java.util.Map<java.lang.String, java.lang.Object> configuration) Creates a MongoDatastore with the given configuration |
MongoDatastore(java.util.Map<java.lang.String, java.lang.Object> configuration, MongoMappingContext mappingContext) |
MongoDatastore(MongoMappingContext mappingContext) Configures a new MongoDatastore for the given arguments |
MongoDatastore(java.lang.Class classes) Configures a new MongoDatastore for the given arguments |
MongoDatastore(java.lang.Package packagesToScan) Construct a Mongo datastore scanning the given packages |
MongoDatastore(java.lang.Package packageToScan) Construct a Mongo datastore scanning the given package |
MongoDatastore(org.springframework.core.env.PropertyResolver configuration, java.lang.Package packagesToScan) Construct a Mongo datastore scanning the given packages |
MongoDatastore(java.util.Map<java.lang.String, java.lang.Object> configuration, java.lang.Package packagesToScan) Construct a Mongo datastore scanning the given packages |
MongoDatastore(org.springframework.core.env.PropertyResolver configuration, org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher eventPublisher, java.lang.Package packagesToScan) Construct a Mongo datastore scanning the given packages |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
buildIndex() Builds the MongoDB index for this datastore |
|
public void |
close() |
|
protected static org.grails.datastore.mapping.core.connections.ConnectionSources<com.mongodb.client.MongoClient, MongoConnectionSourceSettings> |
createDefaultConnectionSources(com.mongodb.client.MongoClient mongoClient, org.springframework.core.env.PropertyResolver configuration, MongoMappingContext mappingContext) Creates the connection sources for an existing com.mongodb.client.MongoClient |
|
protected static MongoMappingContext |
createMappingContext(org.grails.datastore.mapping.core.connections.ConnectionSources<com.mongodb.client.MongoClient, MongoConnectionSourceSettings> connectionSources, java.lang.Class classes) |
|
protected static MongoMappingContext |
createMappingContext(org.springframework.core.env.PropertyResolver configuration, java.lang.Class classes) |
|
protected static com.mongodb.client.MongoClient |
createMongoClient(org.springframework.core.env.PropertyResolver configuration, com.mongodb.MongoClientSettings$Builder mongoOptions, MongoMappingContext mappingContext) |
|
protected org.hibernate.Session |
createSession(org.springframework.core.env.PropertyResolver connDetails) |
|
protected org.hibernate.Session |
createStatelessSession(org.springframework.core.env.PropertyResolver connectionDetails) |
|
public org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher |
getApplicationEventPublisher()
|
|
public org.grails.datastore.gorm.events.AutoTimestampEventListener |
getAutoTimestampEventListener() |
|
public org.bson.codecs.configuration.CodecRegistry |
getCodecRegistry()
|
|
public com.mongodb.client.MongoCollection<org.bson.Document> |
getCollection(org.grails.datastore.mapping.model.PersistentEntity entity) Obtain the raw com.mongodb.client.MongoCollection for the given entity |
|
public java.lang.String |
getCollectionName(org.grails.datastore.mapping.model.PersistentEntity entity) Gets the default collection name for the given entity |
|
public org.grails.datastore.mapping.core.connections.ConnectionSources<com.mongodb.client.MongoClient, MongoConnectionSourceSettings> |
getConnectionSources()
|
|
public java.lang.String |
getDatabaseName(org.grails.datastore.mapping.model.PersistentEntity entity) |
|
public MongoDatastore |
getDatastoreForConnection(java.lang.String connectionName) |
|
public org.grails.datastore.mapping.core.Datastore |
getDatastoreForConnection(java.lang.String connectionName) |
|
public MongoDatastore |
getDatastoreForTenantId(java.io.Serializable tenantId) |
|
public java.lang.String |
getDefaultDatabase()
|
|
public jakarta.persistence.FlushModeType |
getDefaultFlushMode()
|
<D> |
protected org.grails.datastore.gorm.GormInstanceApi<D> |
getInstanceApi(java.lang.Class<D> cls, java.lang.String qualifier) |
|
public MongoMappingContext |
getMappingContext()
|
|
public com.mongodb.client.MongoClient |
getMongoClient()
|
|
public org.grails.datastore.mapping.multitenancy.MultiTenancySettings$MultiTenancyMode |
getMultiTenancyMode() |
|
public PersistentEntityCodec |
getPersistentEntityCodec(org.grails.datastore.mapping.model.PersistentEntity entity) Obtains a PersistentEntityCodec for the given entity |
|
public PersistentEntityCodec |
getPersistentEntityCodec(java.lang.Class entityClass) Obtains a PersistentEntityCodec for the given entity |
<D> |
protected MongoStaticApi<D> |
getStaticApi(java.lang.Class<D> cls, java.lang.String qualifier) |
|
public org.grails.datastore.mapping.multitenancy.TenantResolver |
getTenantResolver() |
|
public org.springframework.transaction.PlatformTransactionManager |
getTransactionManager()
|
<D> |
protected org.grails.datastore.gorm.GormValidationApi<D> |
getValidationApi(java.lang.Class<D> cls, java.lang.String qualifier) |
|
protected MongoGormEnhancer |
initialize(MongoConnectionSourceSettings settings) |
|
protected MongoGormEnhancer |
initialize(MongoConnectionSourceSettings settings) Runs the initialization sequence |
|
protected void |
initializeIndices(org.grails.datastore.mapping.model.PersistentEntity entity) Indexes any properties that are mapped with index:true |
|
public boolean |
isSchemaless() |
|
public void |
newConnectionSource(org.grails.datastore.mapping.core.connections.ConnectionSource<com.mongodb.client.MongoClient, MongoConnectionSourceSettings> connectionSource) |
|
public void |
persistentEntityAdded(org.grails.datastore.mapping.model.PersistentEntity entity) |
|
public void |
persistentEntityAdded(org.grails.datastore.mapping.model.PersistentEntity entity) |
|
protected void |
registerAllEntitiesWithEnhancer() |
|
protected void |
registerEntity(org.grails.datastore.mapping.model.PersistentEntity entity) |
|
protected void |
registerEventListeners(org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher eventPublisher) |
|
public java.io.Serializable |
resolveTenantIdentifier() |
|
public java.lang.Iterable<java.io.Serializable> |
resolveTenantIds() |
|
public void |
setCodecProviders(java.util.List<org.bson.codecs.configuration.CodecProvider> codecProviders) Sets any additional codec providers |
|
public void |
setCodecRegistries(java.util.List<org.bson.codecs.configuration.CodecRegistry> codecRegistries) Sets any additional codec registries |
|
public void |
setCodecs(java.util.List<org.bson.codecs.Codec<?>> codecs) Sets any additional codecs |
|
public void |
setMessageSource(java.util.List<org.springframework.context.MessageSource> messageSources) The message source used for validation messages |
|
public void |
setMessageSource(org.springframework.context.MessageSource messageSource) |
<T1> |
public T1 |
withNewSession(java.io.Serializable tenantId, groovy.lang.Closure<T1> callable) |
Methods inherited from class | Name |
---|---|
class org.grails.datastore.mapping.core.AbstractDatastore |
org.grails.datastore.mapping.core.AbstractDatastore#getApplicationContext(), org.grails.datastore.mapping.core.AbstractDatastore#getMappingContext(), org.grails.datastore.mapping.core.AbstractDatastore#hasCurrentSession(), org.grails.datastore.mapping.core.AbstractDatastore#withSession(groovy.lang.Closure), org.grails.datastore.mapping.core.AbstractDatastore#connectStateless(), org.grails.datastore.mapping.core.AbstractDatastore#getCurrentSession(), org.grails.datastore.mapping.core.AbstractDatastore#isSchemaless(), org.grails.datastore.mapping.core.AbstractDatastore#setApplicationContext(org.springframework.context.ApplicationContext), org.grails.datastore.mapping.core.AbstractDatastore#retrieveSession(java.lang.Class), org.grails.datastore.mapping.core.AbstractDatastore#retrieveSession(), org.grails.datastore.mapping.core.AbstractDatastore#getApplicationEventPublisher(), org.grails.datastore.mapping.core.AbstractDatastore#connect(), org.grails.datastore.mapping.core.AbstractDatastore#connect(org.springframework.core.env.PropertyResolver), org.grails.datastore.mapping.core.AbstractDatastore#destroy(), org.grails.datastore.mapping.core.AbstractDatastore#getServices(), org.grails.datastore.mapping.core.AbstractDatastore#getService(java.lang.Class), org.grails.datastore.mapping.core.AbstractDatastore#wait(long, int), org.grails.datastore.mapping.core.AbstractDatastore#wait(), org.grails.datastore.mapping.core.AbstractDatastore#wait(long), org.grails.datastore.mapping.core.AbstractDatastore#equals(java.lang.Object), org.grails.datastore.mapping.core.AbstractDatastore#toString(), org.grails.datastore.mapping.core.AbstractDatastore#hashCode(), org.grails.datastore.mapping.core.AbstractDatastore#getClass(), org.grails.datastore.mapping.core.AbstractDatastore#notify(), org.grails.datastore.mapping.core.AbstractDatastore#notifyAll() |
Configures a new MongoDatastore for the given arguments
connectionSources
- The org.grails.datastore.mapping.core.connections.ConnectionSources to useeventPublisher
- The Spring ApplicationContextmappingContext
- The mapping contextConfigures a new MongoDatastore for the given arguments
connectionSources
- The org.grails.datastore.mapping.core.connections.ConnectionSources to useeventPublisher
- The Spring ApplicationContextclasses
- The persistent classesConfigures a new MongoDatastore for the given arguments
mongoClient
- The com.mongodb.client.MongoClient instanceeventPublisher
- The Spring ApplicationContextmappingContext
- The mapping contextConfigures a new MongoDatastore for the given arguments
mongoClient
- The com.mongodb.client.MongoClient instanceeventPublisher
- The Spring ApplicationContextclasses
- The persistent classesConfigures a new MongoDatastore for the given arguments
mongoClient
- The com.mongodb.client.MongoClient instanceeventPublisher
- The Spring ApplicationContextpackages
- The packages to scanConfigures a new MongoDatastore for the given arguments
mongoClient
- The com.mongodb.client.MongoClient instanceclasses
- The persistent classesConfigures a new MongoDatastore for the given arguments
mongoClient
- The com.mongodb.client.MongoClient instancepackages
- The packages to scanConfigures a new MongoDatastore for the given arguments
mongoClient
- The com.mongodb.client.MongoClient instanceclasses
- The persistent classesConfigures a new MongoDatastore for the given arguments
clientOptions
- The com.mongodb.MongoClientSettings instanceconfiguration
- The configurationeventPublisher
- The Spring ApplicationContextmappingContext
- The mapping contextConfigures a new MongoDatastore for the given arguments
clientOptions
- The com.mongodb.MongoClientSettings instanceconfiguration
- The configurationmappingContext
- The mapping contextConfigures a new MongoDatastore for the given arguments
configuration
- The configuration for the datastoreeventPublisher
- The Spring ApplicationContextmappingContext
- The mapping contextConfigures a new MongoDatastore for the given arguments
configuration
- The configuration for the datastoreeventPublisher
- The Spring ApplicationContextconnectionSourceFactory
- The connection source factory to useclasses
- The persistent classesConfigures a new MongoDatastore for the given arguments
configuration
- The configuration for the datastoreeventPublisher
- The Spring ApplicationContextclasses
- The persistent classesConfigures a new MongoDatastore for the given arguments
configuration
- The configuration for the datastoremappingContext
- The mapping contextConfigures a new MongoDatastore for the given arguments
configuration
- The configuration for the datastoreclasses
- The persistent classesConfigures a new MongoDatastore for the given arguments
configuration
- The configurationeventPublisher
- The event publisherclasses
- The persistent classesConfigures a new MongoDatastore for the given arguments
configuration
- The configurationclasses
- The persistent classesCreates a MongoDatastore with the given configuration
configuration
- The configurationConfigures a new MongoDatastore for the given arguments
mappingContext
- The MongoMappingContextConfigures a new MongoDatastore for the given arguments
classes
- The persistent classesConstruct a Mongo datastore scanning the given packages
packagesToScan
- The packages to scanConstruct a Mongo datastore scanning the given package
packageToScan
- The packages to scanConstruct a Mongo datastore scanning the given packages
configuration
- The configurationpackagesToScan
- The packages to scanConstruct a Mongo datastore scanning the given packages
configuration
- The configurationpackagesToScan
- The packages to scanConstruct a Mongo datastore scanning the given packages
configuration
- The configurationeventPublisher
- The event publisherpackagesToScan
- The packages to scanBuilds the MongoDB index for this datastore
Creates the connection sources for an existing com.mongodb.client.MongoClient
mongoClient
- The com.mongodb.client.MongoClientconfiguration
- The configurationmappingContext
- The MongoMappingContext
Obtain the raw com.mongodb.client.MongoCollection for the given entity
entity
- The entityGets the default collection name for the given entity
entity
- The entity
Obtains a PersistentEntityCodec for the given entity
entity
- The entityObtains a PersistentEntityCodec for the given entity
entityClass
- The entity class
Runs the initialization sequence
Indexes any properties that are mapped with index:true
entity
- The entitySets any additional codec providers
codecProviders
- The org.bson.codecs.configuration.CodecProvider instancesSets any additional codec registries
codecRegistries
- The org.bson.codecs.configuration.CodecRegistry instancesSets any additional codecs
codecs
- The org.bson.codecs.Codec instancesThe message source used for validation messages
messageSources
- The message source