| Package | Description |
|---|---|
| org.neo4j.ogm.context | |
| org.neo4j.ogm.cypher.compiler | |
| org.neo4j.ogm.session.request |
| Modifier and Type | Method and Description |
|---|---|
CompileContext |
EntityMapper.compileContext()
Returns compile context after multiple
EntityMapper.map(Object) operations were called |
CompileContext |
EntityGraphMapper.compileContext() |
CompileContext |
EntityMapper.map(Object entity)
Processes the given object and any of its composite persistent objects and produces Cypher queries to persist their state
in Neo4j.
|
CompileContext |
EntityGraphMapper.map(Object entity) |
CompileContext |
EntityMapper.map(Object entity,
int depth)
Processes the given object and any of its composite persistent objects to the specified depth and produces Cypher queries
to persist their state in Neo4j.
|
CompileContext |
EntityGraphMapper.map(Object entity,
int horizon) |
| Modifier and Type | Class and Description |
|---|---|
class |
CypherContext
Maintains contextual information throughout the process of compiling Cypher statements to persist a graph of objects.
|
| Modifier and Type | Method and Description |
|---|---|
CompileContext |
Compiler.context()
Returns this compiler's context
|
CompileContext |
MultiStatementCypherCompiler.context() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestExecutor.executeSave(CompileContext context)
Execute a save request.
|
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.