public class Neo4j extends Object implements DatastoreConfiguration<GlobalContext<?,?>>
| Modifier and Type | Field and Description |
|---|---|
static String |
BOLT_DATASTORE_PROVIDER_NAME
Short name of the data store provider for a remote Neo4j server using Bolt.
|
static String |
DATASTORE_PROVIDER_NAME
Deprecated.
use
EMBEDDED_DATASTORE_PROVIDER_NAME instead |
static String |
EMBEDDED_DATASTORE_PROVIDER_NAME
Short name of the data store provider for an embedded Neo4j instance.
|
static String |
HTTP_DATASTORE_PROVIDER_NAME
Short name of the data store provider for a remote Neo4j server using the HTTP API.
|
| Constructor and Description |
|---|
Neo4j() |
| Modifier and Type | Method and Description |
|---|---|
GlobalContext<?,?> |
getConfigurationBuilder(ConfigurationContext context)
Returns a new store-specific
GlobalContext instance. |
@Deprecated public static final String DATASTORE_PROVIDER_NAME
EMBEDDED_DATASTORE_PROVIDER_NAME insteadpublic static final String EMBEDDED_DATASTORE_PROVIDER_NAME
public static final String HTTP_DATASTORE_PROVIDER_NAME
public static final String BOLT_DATASTORE_PROVIDER_NAME
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.