| Package | Description |
|---|---|
| org.neo4j.ogm.compiler | |
| org.neo4j.ogm.context |
| Modifier and Type | Method and Description |
|---|---|
CompileContext |
Compiler.context()
Returns this compiler's context
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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.
|
Copyright © 2017 Neo Technology, Inc.. All rights reserved.