C D E F G I L N O R S T U 

C

configure(Map) - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
 
containsKey(RowKey) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jAssociationSnapshot
 
convert(Type) - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jTypeConverter
Returns the GridType representing the Type.
create() - Method in class org.hibernate.ogm.datastore.neo4j.impl.EmbeddedGraphDatabaseFactory
 
create() - Method in interface org.hibernate.ogm.datastore.neo4j.spi.GraphDatabaseServiceFactory
Creates a GraphDatabaseService.
createAssociation(AssociationKey) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
 
createNode() - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
 
createTuple(EntityKey) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
 
createTupleAssociation(AssociationKey, RowKey) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
 

D

DEFAULT_NEO4J_ASSOCIATION_INDEX_NAME - Static variable in interface org.hibernate.ogm.datastore.neo4j.Environment
Default name of the index that stores associations.
DEFAULT_NEO4J_ENTITY_INDEX_NAME - Static variable in interface org.hibernate.ogm.datastore.neo4j.Environment
Default name of the index that stores entities.
DEFAULT_NEO4J_SEQUENCE_INDEX_NAME - Static variable in interface org.hibernate.ogm.datastore.neo4j.Environment
Default Name of the index that stores the next available value for sequences.

E

EmbeddedGraphDatabaseFactory - Class in org.hibernate.ogm.datastore.neo4j.impl
Contains methods to create an EmbeddedGraphDatabase.
EmbeddedGraphDatabaseFactory() - Constructor for class org.hibernate.ogm.datastore.neo4j.impl.EmbeddedGraphDatabaseFactory
 
Environment - Interface in org.hibernate.ogm.datastore.neo4j
Neo4j GridDialect configuration options.
executeBackendQuery(CustomQuery, EntityKeyMetadata[]) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
 

F

findNode(EntityKey) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jIndexManager
Looks for a Node in the index.
findNodes(String) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jIndexManager
Return all the indexed nodes corresponding to an entity type.
findRelationship(RelationshipType, RowKey) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jIndexManager
Looks for a Relationship in the index.
forEachTuple(Consumer, EntityKeyMetadata...) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
 

G

get(RowKey) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jAssociationSnapshot
 
get(String) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jTupleSnapshot
 
getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
 
getColumnNames() - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jTupleSnapshot
 
getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
 
getDataBase() - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
 
getDefaultDialect() - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
 
getDefaultQueryParserServiceType() - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
 
getNodesIndex() - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
 
getRelationshipsIndex() - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
 
getRowKeys() - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jAssociationSnapshot
 
getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
 
GraphDatabaseServiceFactory - Interface in org.hibernate.ogm.datastore.neo4j.spi
Contains methods to create a GraphDatabaseService.

I

index(Node, EntityKey) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jIndexManager
Index a Node.
index(Relationship) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jIndexManager
Index a Relationship.
initialize(Properties) - Method in class org.hibernate.ogm.datastore.neo4j.impl.EmbeddedGraphDatabaseFactory
 
initialize(Properties) - Method in interface org.hibernate.ogm.datastore.neo4j.spi.GraphDatabaseServiceFactory
Called after the creation of the factory can be used to read the configuration.
INSTANCE - Static variable in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jTypeConverter
 
isEmpty() - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jTupleSnapshot
 

L

load(Properties) - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jGraphDatabaseServiceFactoryProvider
 
locateTransactionManager() - Method in class org.hibernate.ogm.transaction.neo4j.impl.Neo4jJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.ogm.transaction.neo4j.impl.Neo4jJtaPlatform
 

N

NEO4J_ASSOCIATION_INDEX_NAME - Static variable in interface org.hibernate.ogm.datastore.neo4j.Environment
Name of the Neo4j index containing the stored associations.
NEO4J_CONFIGURATION_LOCATION - Static variable in interface org.hibernate.ogm.datastore.neo4j.Environment
Location of the Neo4j embedded properties file.
NEO4J_DATABASE_PATH - Static variable in interface org.hibernate.ogm.datastore.neo4j.Environment
The absolute path representing the location of the Neo4j database, ex.: /home/user/neo4jdb/mydb
NEO4J_ENTITY_INDEX_NAME - Static variable in interface org.hibernate.ogm.datastore.neo4j.Environment
Name of the neo4j index containing the stored entities.
NEO4J_GRAPHDB_FACTORYCLASS - Static variable in interface org.hibernate.ogm.datastore.neo4j.Environment
Qualified class name for the creation of a new GraphDatabaseService.
NEO4J_SEQUENCE_INDEX_NAME - Static variable in interface org.hibernate.ogm.datastore.neo4j.Environment
Name of the index that stores the next available value for a sequence.
Neo4jAssociationSnapshot - Class in org.hibernate.ogm.dialect.neo4j
Represents the association snapshot as loaded by Neo4j.
Neo4jAssociationSnapshot(Node, RelationshipType, AssociationKey) - Constructor for class org.hibernate.ogm.dialect.neo4j.Neo4jAssociationSnapshot
 
Neo4jDatastoreProvider - Class in org.hibernate.ogm.datastore.neo4j.impl
Provides access to the Neo4j system.
Neo4jDatastoreProvider() - Constructor for class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
 
Neo4jDialect - Class in org.hibernate.ogm.dialect.neo4j
Abstracts Hibernate OGM from Neo4j.
Neo4jDialect(Neo4jDatastoreProvider) - Constructor for class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
 
Neo4jGraphDatabaseServiceFactoryProvider - Class in org.hibernate.ogm.datastore.neo4j.impl
Creates an instance of GraphDatabaseServiceFactory using the implementation selected in the properties.
Neo4jGraphDatabaseServiceFactoryProvider() - Constructor for class org.hibernate.ogm.datastore.neo4j.impl.Neo4jGraphDatabaseServiceFactoryProvider
 
Neo4jIndexManager - Class in org.hibernate.ogm.dialect.neo4j
Manages Node and Relationship indexes.
Neo4jIndexManager(Neo4jDatastoreProvider) - Constructor for class org.hibernate.ogm.dialect.neo4j.Neo4jIndexManager
 
Neo4jJtaPlatform - Class in org.hibernate.ogm.transaction.neo4j.impl
 
Neo4jJtaPlatform() - Constructor for class org.hibernate.ogm.transaction.neo4j.impl.Neo4jJtaPlatform
 
Neo4jSequenceGenerator - Class in org.hibernate.ogm.datastore.neo4j.impl
Generates the next value in a sequence for a RowKey.
Neo4jSequenceGenerator(GraphDatabaseService, String) - Constructor for class org.hibernate.ogm.datastore.neo4j.impl.Neo4jSequenceGenerator
 
Neo4jTupleSnapshot - Class in org.hibernate.ogm.dialect.neo4j
Represents the Tuple snapshot as loaded by the Neo4j datastore.
Neo4jTupleSnapshot(PropertyContainer) - Constructor for class org.hibernate.ogm.dialect.neo4j.Neo4jTupleSnapshot
 
Neo4jTypeConverter - Class in org.hibernate.ogm.datastore.neo4j.impl
Container for methods used to obtain the GridType representation of a Type.
Neo4jTypeConverter() - Constructor for class org.hibernate.ogm.datastore.neo4j.impl.Neo4jTypeConverter
 
nextValue(RowKey, int, int) - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
 
nextValue(RowKey, int, int) - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jSequenceGenerator
Generate the next value in a sequence for a given RowKey.
nextValue(RowKey, IntegralDataTypeHolder, int, int) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
 

O

org.hibernate.ogm.datastore.neo4j - package org.hibernate.ogm.datastore.neo4j
 
org.hibernate.ogm.datastore.neo4j.impl - package org.hibernate.ogm.datastore.neo4j.impl
 
org.hibernate.ogm.datastore.neo4j.spi - package org.hibernate.ogm.datastore.neo4j.spi
 
org.hibernate.ogm.dialect.neo4j - package org.hibernate.ogm.dialect.neo4j
 
org.hibernate.ogm.transaction.neo4j.impl - package org.hibernate.ogm.transaction.neo4j.impl
 
overrideType(Type) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
 

R

remove(Relationship) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jIndexManager
Remove a Relationship from the index.
remove(Node) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jIndexManager
 
removeAssociation(AssociationKey) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
 
removeTuple(EntityKey) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
 

S

size() - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jAssociationSnapshot
 
start() - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
 
stop() - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
 

T

TABLE_PROPERTY - Static variable in class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
Contains the name of the property with the table name.

U

updateAssociation(Association, AssociationKey) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
 
updateTuple(Tuple, EntityKey) - Method in class org.hibernate.ogm.dialect.neo4j.Neo4jDialect
 
C D E F G I L N O R S T U 

Copyright © 2010-2013 Hibernate. All Rights Reserved.