| Package | Description |
|---|---|
| org.neo4j.ogm.cypher.compiler | |
| org.neo4j.ogm.mapper | |
| org.neo4j.ogm.session.response | |
| org.neo4j.ogm.session.transaction |
| Modifier and Type | Method and Description |
|---|---|
CypherContext |
CypherCompiler.compile()
Compiles the current request and returns the compile context, which
includes all the statements to be executed and related information
|
CypherContext |
SingleStatementCypherCompiler.compile() |
CypherContext |
CypherCompiler.context()
Returns this compiler's context
|
CypherContext |
SingleStatementCypherCompiler.context() |
| Modifier and Type | Method and Description |
|---|---|
CypherContext |
EntityGraphMapper.map(Object entity) |
CypherContext |
EntityToGraphMapper.map(Object entity)
Processes the given object and any of its composite persistent objects and produces Cypher queries to persist their state
in Neo4j.
|
CypherContext |
EntityGraphMapper.map(Object entity,
int horizon) |
CypherContext |
EntityToGraphMapper.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionResponseHandler.updateObjects(CypherContext context,
Neo4jResponse<String> response,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
void |
ResponseHandler.updateObjects(CypherContext context,
Neo4jResponse<String> response,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
Transaction.append(CypherContext context)
Adds a new cypher context to this transaction
|
void |
SimpleTransaction.append(CypherContext context) |
Copyright © 2015 Neo Technology, Inc.. All rights reserved.