JavaScript is disabled on your browser.
A C D E G H I L M N O R S T U V
A
addProperty(String, Object) - Method in class org.neo4j.ogm.compiler.builders.DefaultNodeBuilder
addProperty(String, Object) - Method in class org.neo4j.ogm.compiler.builders.DefaultRelationshipBuilder
C
context() - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
createNodesStatements() - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
createRelationshipsStatements() - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
CypherContext - Class in org.neo4j.ogm.compiler
Maintains contextual information throughout the process of compiling Cypher statements to persist a graph of objects.
CypherContext(Compiler) - Constructor for class org.neo4j.ogm.compiler.CypherContext
D
DefaultNodeBuilder - Class in org.neo4j.ogm.compiler.builders
DefaultNodeBuilder(Long) - Constructor for class org.neo4j.ogm.compiler.builders.DefaultNodeBuilder
DefaultRelationshipBuilder - Class in org.neo4j.ogm.compiler.builders
DefaultRelationshipBuilder(String, boolean) - Constructor for class org.neo4j.ogm.compiler.builders.DefaultRelationshipBuilder
DefaultRelationshipBuilder(String, Long) - Constructor for class org.neo4j.ogm.compiler.builders.DefaultRelationshipBuilder
DeletedRelationshipEmitter - Class in org.neo4j.ogm.compiler.emitters
DeletedRelationshipEmitter(Set<Edge>) - Constructor for class org.neo4j.ogm.compiler.emitters.DeletedRelationshipEmitter
DeletedRelationshipEntityEmitter - Class in org.neo4j.ogm.compiler.emitters
DeletedRelationshipEntityEmitter(Set<Edge>) - Constructor for class org.neo4j.ogm.compiler.emitters.DeletedRelationshipEntityEmitter
deleteRelationshipEntityStatements() - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
deleteRelationshipStatements() - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
deregister(NodeBuilder) - Method in class org.neo4j.ogm.compiler.CypherContext
deregisterIncomingRelationships(Long, String, Class, boolean) - Method in class org.neo4j.ogm.compiler.CypherContext
Invoked when the mapper wishes to mark a set of incoming relationships to a specific type like (a)<-[:T]-(*) as deleted, prior
to possibly re-establishing them individually as it traverses the entity graph.
deregisterOutgoingRelationships(Long, String, Class) - Method in class org.neo4j.ogm.compiler.CypherContext
Invoked when the mapper wishes to mark a set of outgoing relationships to a specific type like (a)-[:T]->(*) as deleted, prior
to possibly re-establishing them individually as it traverses the entity graph.
direction(String) - Method in class org.neo4j.ogm.compiler.builders.DefaultRelationshipBuilder
E
edge() - Method in class org.neo4j.ogm.compiler.builders.DefaultRelationshipBuilder
emit(StringBuilder, Map<String, Object>) - Method in class org.neo4j.ogm.compiler.emitters.DeletedRelationshipEmitter
emit(StringBuilder, Map<String, Object>) - Method in class org.neo4j.ogm.compiler.emitters.DeletedRelationshipEntityEmitter
emit(StringBuilder, Map<String, Object>) - Method in class org.neo4j.ogm.compiler.emitters.ExistingNodeEmitter
emit(StringBuilder, Map<String, Object>) - Method in class org.neo4j.ogm.compiler.emitters.ExistingRelationshipEmitter
emit(StringBuilder, Map<String, Object>) - Method in class org.neo4j.ogm.compiler.emitters.NewNodeEmitter
emit(StringBuilder, Map<String, Object>) - Method in class org.neo4j.ogm.compiler.emitters.NewRelationshipEmitter
existingNode(Long) - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
ExistingNodeEmitter - Class in org.neo4j.ogm.compiler.emitters
ExistingNodeEmitter(Set<Node>) - Constructor for class org.neo4j.ogm.compiler.emitters.ExistingNodeEmitter
existingRelationship(Long, String) - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
ExistingRelationshipEmitter - Class in org.neo4j.ogm.compiler.emitters
ExistingRelationshipEmitter(Set<Edge>) - Constructor for class org.neo4j.ogm.compiler.emitters.ExistingRelationshipEmitter
G
getAllStatements() - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
getCompiler() - Method in class org.neo4j.ogm.compiler.CypherContext
getNewObject(Long) - Method in class org.neo4j.ogm.compiler.CypherContext
H
hasDirection(String) - Method in class org.neo4j.ogm.compiler.builders.DefaultRelationshipBuilder
hasStatementsDependentOnNewNodes() - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
I
isBidirectional() - Method in class org.neo4j.ogm.compiler.builders.DefaultRelationshipBuilder
isNew() - Method in class org.neo4j.ogm.compiler.builders.DefaultRelationshipBuilder
isRelationshipEntity() - Method in class org.neo4j.ogm.compiler.builders.DefaultRelationshipBuilder
isSingleton() - Method in class org.neo4j.ogm.compiler.builders.DefaultRelationshipBuilder
L
labels() - Method in class org.neo4j.ogm.compiler.builders.DefaultNodeBuilder
M
MultiStatementCypherCompiler - Class in org.neo4j.ogm.compiler
Cypher compiler that produces multiple statements that can be executed together or split over a transaction.
MultiStatementCypherCompiler() - Constructor for class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
N
newNode(Long) - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
NewNodeEmitter - Class in org.neo4j.ogm.compiler.emitters
NewNodeEmitter(Set<Node>) - Constructor for class org.neo4j.ogm.compiler.emitters.NewNodeEmitter
newNodeId(Long) - Method in class org.neo4j.ogm.compiler.CypherContext
newRelationship(String, boolean) - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
newRelationship(String) - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
NewRelationshipEmitter - Class in org.neo4j.ogm.compiler.emitters
NewRelationshipEmitter(Set<Edge>) - Constructor for class org.neo4j.ogm.compiler.emitters.NewRelationshipEmitter
node() - Method in class org.neo4j.ogm.compiler.builders.DefaultNodeBuilder
O
org.neo4j.ogm.compiler - package org.neo4j.ogm.compiler
org.neo4j.ogm.compiler.builders - package org.neo4j.ogm.compiler.builders
org.neo4j.ogm.compiler.emitters - package org.neo4j.ogm.compiler.emitters
R
reference() - Method in class org.neo4j.ogm.compiler.builders.DefaultNodeBuilder
reference() - Method in class org.neo4j.ogm.compiler.builders.DefaultRelationshipBuilder
register(Object) - Method in class org.neo4j.ogm.compiler.CypherContext
registerNewNodeId(Long, Long) - Method in class org.neo4j.ogm.compiler.CypherContext
registerNewObject(Long, Object) - Method in class org.neo4j.ogm.compiler.CypherContext
registerRelationship(Mappable) - Method in class org.neo4j.ogm.compiler.CypherContext
registry() - Method in class org.neo4j.ogm.compiler.CypherContext
relate(Long, Long) - Method in class org.neo4j.ogm.compiler.builders.DefaultRelationshipBuilder
removeRegisteredRelationship(Mappable) - Method in class org.neo4j.ogm.compiler.CypherContext
S
setLabels(Collection<String>) - Method in class org.neo4j.ogm.compiler.builders.DefaultNodeBuilder
setReference(Long) - Method in class org.neo4j.ogm.compiler.builders.DefaultRelationshipBuilder
setRelationshipEntity(boolean) - Method in class org.neo4j.ogm.compiler.builders.DefaultRelationshipBuilder
setSingleton(boolean) - Method in class org.neo4j.ogm.compiler.builders.DefaultRelationshipBuilder
setType(String) - Method in class org.neo4j.ogm.compiler.builders.DefaultRelationshipBuilder
T
type() - Method in class org.neo4j.ogm.compiler.builders.DefaultRelationshipBuilder
U
unmap(NodeBuilder) - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
unrelate(Long, String, Long, Long) - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
updateNodesStatements() - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
updateRelationshipStatements() - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
useStatementFactory(StatementFactory) - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
V
visit(Long, NodeBuilder) - Method in class org.neo4j.ogm.compiler.CypherContext
visited(Long) - Method in class org.neo4j.ogm.compiler.CypherContext
visitedNode(Long) - Method in class org.neo4j.ogm.compiler.CypherContext
visitedRelationshipEntity(Long) - Method in class org.neo4j.ogm.compiler.CypherContext
visitRelationshipEntity(Long) - Method in class org.neo4j.ogm.compiler.CypherContext
A C D E G H I L M N O R S T U V
Copyright © 2016 Neo Technology, Inc. . All rights reserved.