public class Neo4jDatastoreProvider extends Object implements DatastoreProvider, org.hibernate.service.spi.Startable, org.hibernate.service.spi.Stoppable, org.hibernate.service.spi.Configurable
| Constructor and Description |
|---|
Neo4jDatastoreProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Map cfg) |
org.neo4j.graphdb.Node |
createNode() |
GlobalContext<?,?> |
getConfigurationBuilder(ConfigurationContext context) |
org.neo4j.graphdb.GraphDatabaseService |
getDataBase() |
Class<? extends GridDialect> |
getDefaultDialect() |
Class<? extends QueryParserService> |
getDefaultQueryParserServiceType() |
org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Node> |
getNodesIndex() |
org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Relationship> |
getRelationshipsIndex() |
int |
nextValue(RowKey key,
int increment,
int initialValue) |
void |
start() |
void |
stop() |
public Class<? extends QueryParserService> getDefaultQueryParserServiceType()
getDefaultQueryParserServiceType in interface DatastoreProviderpublic void configure(Map cfg)
configure in interface org.hibernate.service.spi.Configurablepublic void stop()
stop in interface org.hibernate.service.spi.Stoppablepublic void start()
start in interface org.hibernate.service.spi.Startablepublic Class<? extends GridDialect> getDefaultDialect()
getDefaultDialect in interface DatastoreProviderpublic org.neo4j.graphdb.Node createNode()
public org.neo4j.graphdb.GraphDatabaseService getDataBase()
public int nextValue(RowKey key, int increment, int initialValue)
public org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Node> getNodesIndex()
public org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Relationship> getRelationshipsIndex()
public GlobalContext<?,?> getConfigurationBuilder(ConfigurationContext context)
getConfigurationBuilder in interface DatastoreProviderCopyright © 2010-2013 Hibernate. All Rights Reserved.