public interface Environment
Neo4jDialect| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NEO4J_ASSOCIATION_INDEX_NAME
Default name of the index that stores associations.
|
static String |
DEFAULT_NEO4J_ENTITY_INDEX_NAME
Default name of the index that stores entities.
|
static String |
DEFAULT_NEO4J_SEQUENCE_INDEX_NAME
Default Name of the index that stores the next available value for sequences.
|
static String |
NEO4J_ASSOCIATION_INDEX_NAME
Name of the Neo4j index containing the stored associations.
|
static String |
NEO4J_CONFIGURATION_LOCATION
Location of the Neo4j embedded properties file.
|
static String |
NEO4J_DATABASE_PATH
The absolute path representing the location of the Neo4j database, ex.: /home/user/neo4jdb/mydb
|
static String |
NEO4J_ENTITY_INDEX_NAME
Name of the neo4j index containing the stored entities.
|
static String |
NEO4J_GRAPHDB_FACTORYCLASS
Qualified class name for the creation of a new
GraphDatabaseService. |
static String |
NEO4J_SEQUENCE_INDEX_NAME
Name of the index that stores the next available value for a sequence.
|
static final String NEO4J_DATABASE_PATH
static final String NEO4J_CONFIGURATION_LOCATION
static final String NEO4J_ENTITY_INDEX_NAME
DEFAULT_NEO4J_ENTITY_INDEX_NAMEstatic final String NEO4J_ASSOCIATION_INDEX_NAME
DEFAULT_NEO4J_ASSOCIATION_INDEX_NAMEstatic final String NEO4J_SEQUENCE_INDEX_NAME
DEFAULT_NEO4J_SEQUENCE_INDEX_NAMEstatic final String NEO4J_GRAPHDB_FACTORYCLASS
GraphDatabaseService.
The class must implement the interface GraphDatabaseServiceFactory.
static final String DEFAULT_NEO4J_ENTITY_INDEX_NAME
static final String DEFAULT_NEO4J_ASSOCIATION_INDEX_NAME
static final String DEFAULT_NEO4J_SEQUENCE_INDEX_NAME
Copyright © 2010-2013 Hibernate. All Rights Reserved.