public class Redis extends Object implements DatastoreConfiguration<RedisGlobalContext>
Modifier and Type | Field and Description |
---|---|
static String |
DATASTORE_PROVIDER_NAME
Short name of this data store provider.
|
Constructor and Description |
---|
Redis() |
Modifier and Type | Method and Description |
---|---|
RedisGlobalContext |
getConfigurationBuilder(ConfigurationContext context)
Returns a new store-specific
GlobalContext instance. |
public static final String DATASTORE_PROVIDER_NAME
public RedisGlobalContext getConfigurationBuilder(ConfigurationContext context)
DatastoreConfiguration
GlobalContext
instance. Used by the Hibernate OGM engine during
bootstrapping a session factory, not intended for client use.getConfigurationBuilder
in interface DatastoreConfiguration<RedisGlobalContext>
context
- configuration context to be used as factory for creating the global context objectGlobalContext
Copyright © 2010-2017 Red Hat, Inc., Emmanuel Bernard and various contributors. All Rights Reserved.