public class MapDatastore extends Object implements DatastoreConfiguration<GlobalContext<?,?>>
| Constructor and Description |
|---|
MapDatastore() |
| Modifier and Type | Method and Description |
|---|---|
GlobalContext<?,?> |
getConfigurationBuilder(ConfigurationContext context)
Returns a new store-specific
GlobalContext instance. |
public GlobalContext<?,?> getConfigurationBuilder(ConfigurationContext context)
DatastoreConfigurationGlobalContext instance. Used by the Hibernate OGM engine during
bootstrapping a session factory, not intended for client use.getConfigurationBuilder in interface DatastoreConfiguration<GlobalContext<?,?>>context - configuration context to be used as factory for creating the global context objectGlobalContextCopyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.