For datastores that are capable of implementing the addition of new schemas at runtime for a single shared database instance
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | addTenantForSchema(java.lang.String schemaName)Add a new tenant at runtime for the given schema name | 
| Methods inherited from class | Name | 
|---|---|
| interface MultiTenantCapableDatastore | getDatastoreForTenantId, getMultiTenancyMode, getTenantResolver, withNewSession | 
| interface ConnectionSourcesProvider | getConnectionSources | 
| interface Datastore | connect, getApplicationContext, getApplicationEventPublisher, getCurrentSession, getMappingContext, hasCurrentSession, isSchemaless, withSession | 
| interface ServiceRegistry | getService, getServices |