| Package | Description |
|---|---|
| org.neo4j.ogm.entityaccess | |
| org.neo4j.ogm.mapper | |
| org.neo4j.ogm.session | |
| org.neo4j.ogm.session.response |
| Constructor and Description |
|---|
EntityFactory(MetaData metadata)
Constructs a new
EntityFactory driven by the specified MetaData. |
| Constructor and Description |
|---|
EntityGraphMapper(MetaData metaData,
MappingContext mappingContext)
Constructs a new
EntityGraphMapper that uses the given MetaData. |
GraphEntityMapper(MetaData metaData,
MappingContext mappingContext) |
MappingContext(MetaData metaData) |
SingleUseEntityMapper(MetaData mappingMetaData,
EntityFactory entityFactory)
Constructs a new
SingleUseEntityMapper based on the given mapping MetaData. |
| Modifier and Type | Method and Description |
|---|---|
MetaData |
Neo4jSession.metaData() |
MetaData |
SessionFactory.metaData()
Retrieves the meta-data that was built up when this
SessionFactory was constructed. |
| Modifier and Type | Method and Description |
|---|---|
T |
GraphCallback.apply(RequestHandler requestHandler,
Transaction transaction,
MetaData metaData)
Called by the OGM
Session in a transaction to perform some arbitrary database operation. |
| Constructor and Description |
|---|
Neo4jSession(MetaData metaData,
String url,
org.apache.http.impl.client.CloseableHttpClient client,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
Neo4jSession(MetaData metaData,
String url,
org.apache.http.impl.client.CloseableHttpClient client,
com.fasterxml.jackson.databind.ObjectMapper mapper,
UsernamePasswordCredentials credentials) |
| Constructor and Description |
|---|
SessionResponseHandler(MetaData metaData,
MappingContext mappingContext) |
Copyright © 2015 Neo Technology, Inc.. All rights reserved.