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

A

ASSOCIATION_INDEX_NAME - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4jProperties
Name of the Neo4j index containing the stored associations.

C

CONFIGURATION_RESOURCE_NAME - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4jProperties
Location of the Neo4j embedded properties file.
configure(Map) - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
 
containsKey(RowKey) - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.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.impl.spi.GraphDatabaseServiceFactory
Creates a GraphDatabaseService.
createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
 
createNode() - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
 
createTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
 
createTupleAssociation(AssociationKey, RowKey) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
 

D

DATABASE_PATH - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4jProperties
The absolute path representing the location of the Neo4j database, ex.: /home/user/neo4jdb/mydb

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
 
ENTITY_INDEX_NAME - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4jProperties
Name of the neo4j index containing the stored entities.
executeBackendQuery(CustomQuery, EntityKeyMetadata[]) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
 

F

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

G

get(RowKey) - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jAssociationSnapshot
 
get(String) - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jTupleSnapshot
 
getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
 
getColumnNames() - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jTupleSnapshot
 
getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4j
 
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.datastore.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.datastore.neo4j.dialect.impl.Neo4jAssociationSnapshot
 
getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
 
GraphDatabaseServiceFactory - Interface in org.hibernate.ogm.datastore.neo4j.impl.spi
Contains methods to create a GraphDatabaseService.

I

index(Node, EntityKey) - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jIndexManager
Index a Node.
index(Relationship) - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jIndexManager
Index a Relationship.
initialize(Map<?, ?>) - Method in class org.hibernate.ogm.datastore.neo4j.impl.EmbeddedGraphDatabaseFactory
 
initialize(Map<?, ?>) - Method in interface org.hibernate.ogm.datastore.neo4j.impl.spi.GraphDatabaseServiceFactory
Called after the creation of the factory can be used to read the configuration.
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jDatastoreProvider
 
INSTANCE - Static variable in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jTypeConverter
 
InternalProperties - Class in org.hibernate.ogm.datastore.neo4j.impl
Internal properties not intended to be set by the user.
isEmpty() - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jTupleSnapshot
 
isStoredInEntityStructure(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.neo4j.Neo4jDialect
 

L

load(Map<?, ?>, ClassLoaderService) - Method in class org.hibernate.ogm.datastore.neo4j.impl.Neo4jGraphDatabaseServiceFactoryProvider
 
locateTransactionManager() - Method in class org.hibernate.ogm.datastore.neo4j.transaction.impl.Neo4jJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.ogm.datastore.neo4j.transaction.impl.Neo4jJtaPlatform
 

N

Neo4j - Class in org.hibernate.ogm.datastore.neo4j
Allows to configure options specific to the Neo4j graph data store.
Neo4j() - Constructor for class org.hibernate.ogm.datastore.neo4j.Neo4j
 
NEO4J_GRAPHDB_FACTORYCLASS - Static variable in class org.hibernate.ogm.datastore.neo4j.impl.InternalProperties
Qualified class name for the creation of a new GraphDatabaseService.
Neo4jAssociationSnapshot - Class in org.hibernate.ogm.datastore.neo4j.dialect.impl
Represents the association snapshot as loaded by Neo4j.
Neo4jAssociationSnapshot(Node, RelationshipType, AssociationKey) - Constructor for class org.hibernate.ogm.datastore.neo4j.dialect.impl.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.datastore.neo4j
Abstracts Hibernate OGM from Neo4j.
Neo4jDialect(Neo4jDatastoreProvider) - Constructor for class org.hibernate.ogm.datastore.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.datastore.neo4j.dialect.impl
Manages Node and Relationship indexes.
Neo4jIndexManager(Neo4jDatastoreProvider) - Constructor for class org.hibernate.ogm.datastore.neo4j.dialect.impl.Neo4jIndexManager
 
Neo4jJtaPlatform - Class in org.hibernate.ogm.datastore.neo4j.transaction.impl
 
Neo4jJtaPlatform() - Constructor for class org.hibernate.ogm.datastore.neo4j.transaction.impl.Neo4jJtaPlatform
 
Neo4jProperties - Class in org.hibernate.ogm.datastore.neo4j
Neo4j GridDialect configuration options.
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.datastore.neo4j.dialect.impl
Represents the Tuple snapshot as loaded by the Neo4j datastore.
Neo4jTupleSnapshot(PropertyContainer) - Constructor for class org.hibernate.ogm.datastore.neo4j.dialect.impl.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.datastore.neo4j.Neo4jDialect
 

O

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

R

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

S

SEQUENCE_INDEX_NAME - Static variable in class org.hibernate.ogm.datastore.neo4j.Neo4jProperties
Name of the index that stores the next available value for a sequence.
size() - Method in class org.hibernate.ogm.datastore.neo4j.dialect.impl.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.datastore.neo4j.Neo4jDialect
Contains the name of the property with the table name.

U

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

Copyright © 2010-2014 Hibernate. All Rights Reserved.