A B C D E G H I M N O R S T U V 

A

addedLabels() - Method in class org.neo4j.ogm.compiler.builders.node.DefaultNodeBuilder
 
addLabels(Collection<String>) - Method in class org.neo4j.ogm.compiler.builders.node.DefaultNodeBuilder
 
addProperties(Map<String, ?>) - Method in class org.neo4j.ogm.compiler.builders.node.DefaultNodeBuilder
 
addProperty(String, Object) - Method in class org.neo4j.ogm.compiler.builders.node.DefaultNodeBuilder
 
addProperty(String, Object) - Method in class org.neo4j.ogm.compiler.builders.node.DefaultRelationshipBuilder
 

B

build() - Method in class org.neo4j.ogm.compiler.builders.statement.DeletedRelationshipEntityStatementBuilder
 
build() - Method in class org.neo4j.ogm.compiler.builders.statement.DeletedRelationshipStatementBuilder
 
build() - Method in class org.neo4j.ogm.compiler.builders.statement.ExistingNodeStatementBuilder
 
build() - Method in class org.neo4j.ogm.compiler.builders.statement.ExistingRelationshipStatementBuilder
 
build() - Method in class org.neo4j.ogm.compiler.builders.statement.NewNodeStatementBuilder
 
build() - Method in class org.neo4j.ogm.compiler.builders.statement.NewRelationshipStatementBuilder
 

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.node
 
DefaultNodeBuilder(Long) - Constructor for class org.neo4j.ogm.compiler.builders.node.DefaultNodeBuilder
 
DefaultRelationshipBuilder - Class in org.neo4j.ogm.compiler.builders.node
 
DefaultRelationshipBuilder(String, boolean) - Constructor for class org.neo4j.ogm.compiler.builders.node.DefaultRelationshipBuilder
 
DefaultRelationshipBuilder(String, Long) - Constructor for class org.neo4j.ogm.compiler.builders.node.DefaultRelationshipBuilder
 
DeletedRelationshipEntityStatementBuilder - Class in org.neo4j.ogm.compiler.builders.statement
 
DeletedRelationshipEntityStatementBuilder(Set<Edge>, StatementFactory) - Constructor for class org.neo4j.ogm.compiler.builders.statement.DeletedRelationshipEntityStatementBuilder
 
DeletedRelationshipStatementBuilder - Class in org.neo4j.ogm.compiler.builders.statement
 
DeletedRelationshipStatementBuilder(Set<Edge>, StatementFactory) - Constructor for class org.neo4j.ogm.compiler.builders.statement.DeletedRelationshipStatementBuilder
 
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.node.DefaultRelationshipBuilder
 

E

edge() - Method in class org.neo4j.ogm.compiler.builders.node.DefaultRelationshipBuilder
 
existingNode(Long) - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
 
ExistingNodeStatementBuilder - Class in org.neo4j.ogm.compiler.builders.statement
 
ExistingNodeStatementBuilder(Set<Node>, StatementFactory) - Constructor for class org.neo4j.ogm.compiler.builders.statement.ExistingNodeStatementBuilder
 
existingRelationship(Long, String) - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
 
ExistingRelationshipStatementBuilder - Class in org.neo4j.ogm.compiler.builders.statement
 
ExistingRelationshipStatementBuilder(Set<Edge>, StatementFactory) - Constructor for class org.neo4j.ogm.compiler.builders.statement.ExistingRelationshipStatementBuilder
 

G

getAllStatements() - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
 
getCompiler() - Method in class org.neo4j.ogm.compiler.CypherContext
 
getDeletedRelationships() - Method in class org.neo4j.ogm.compiler.CypherContext
 
getId(Long) - Method in class org.neo4j.ogm.compiler.CypherContext
 
getNewObject(Long) - Method in class org.neo4j.ogm.compiler.CypherContext
 
getVisitedObject(Long) - Method in class org.neo4j.ogm.compiler.CypherContext
 

H

hasDirection(String) - Method in class org.neo4j.ogm.compiler.builders.node.DefaultRelationshipBuilder
 
hasStatementsDependentOnNewNodes() - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
 

I

isBidirectional() - Method in class org.neo4j.ogm.compiler.builders.node.DefaultRelationshipBuilder
 
isNew() - Method in class org.neo4j.ogm.compiler.builders.node.DefaultRelationshipBuilder
 
isRelationshipEntity() - Method in class org.neo4j.ogm.compiler.builders.node.DefaultRelationshipBuilder
 
isSingleton() - Method in class org.neo4j.ogm.compiler.builders.node.DefaultRelationshipBuilder
 

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
 
NewNodeStatementBuilder - Class in org.neo4j.ogm.compiler.builders.statement
 
NewNodeStatementBuilder(Set<Node>, StatementFactory) - Constructor for class org.neo4j.ogm.compiler.builders.statement.NewNodeStatementBuilder
 
newRelationship(String, boolean) - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
 
newRelationship(String) - Method in class org.neo4j.ogm.compiler.MultiStatementCypherCompiler
 
NewRelationshipStatementBuilder - Class in org.neo4j.ogm.compiler.builders.statement
 
NewRelationshipStatementBuilder(Set<Edge>, StatementFactory) - Constructor for class org.neo4j.ogm.compiler.builders.statement.NewRelationshipStatementBuilder
 
node() - Method in class org.neo4j.ogm.compiler.builders.node.DefaultNodeBuilder
 

O

org.neo4j.ogm.compiler - package org.neo4j.ogm.compiler
 
org.neo4j.ogm.compiler.builders.node - package org.neo4j.ogm.compiler.builders.node
 
org.neo4j.ogm.compiler.builders.statement - package org.neo4j.ogm.compiler.builders.statement
 

R

reference() - Method in class org.neo4j.ogm.compiler.builders.node.DefaultNodeBuilder
 
reference() - Method in class org.neo4j.ogm.compiler.builders.node.DefaultRelationshipBuilder
 
register(Object) - Method in class org.neo4j.ogm.compiler.CypherContext
 
registerNewId(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.node.DefaultRelationshipBuilder
 
removeLabels(Collection<String>) - Method in class org.neo4j.ogm.compiler.builders.node.DefaultNodeBuilder
 
removeRegisteredRelationship(Mappable) - Method in class org.neo4j.ogm.compiler.CypherContext
 

S

setPrimaryIndex(String) - Method in class org.neo4j.ogm.compiler.builders.node.DefaultNodeBuilder
 
setReference(Long) - Method in class org.neo4j.ogm.compiler.builders.node.DefaultRelationshipBuilder
 
setRelationshipEntity(boolean) - Method in class org.neo4j.ogm.compiler.builders.node.DefaultRelationshipBuilder
 
setSingleton(boolean) - Method in class org.neo4j.ogm.compiler.builders.node.DefaultRelationshipBuilder
 
setType(String) - Method in class org.neo4j.ogm.compiler.builders.node.DefaultRelationshipBuilder
 

T

type() - Method in class org.neo4j.ogm.compiler.builders.node.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 B C D E G H I M N O R S T U V 

Copyright © 2017 Neo Technology, Inc.. All rights reserved.