| Package | Description |
|---|---|
| org.neo4j.ogm.autoindex | |
| org.neo4j.ogm.context | |
| org.neo4j.ogm.context.register | |
| org.neo4j.ogm.entity.io | |
| org.neo4j.ogm.session | |
| org.neo4j.ogm.utils |
| Constructor and Description |
|---|
AutoIndexManager(MetaData metaData,
Driver driver) |
| Constructor and Description |
|---|
EntityGraphMapper(MetaData metaData,
MappingContext mappingContext)
Constructs a new
EntityGraphMapper that uses the given MetaData. |
GraphEntityMapper(MetaData metaData,
MappingContext mappingContext) |
GraphRowListModelMapper(MetaData metaData,
MappingContext mappingContext) |
MappingContext(MetaData metaData) |
RestModelMapper(GraphEntityMapper graphEntityMapper,
MetaData metaData) |
SingleUseEntityMapper(MetaData mappingMetaData,
EntityFactory entityFactory)
Constructs a new
SingleUseEntityMapper based on the given mapping MetaData. |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeRegister.add(MetaData metaData,
Class type,
Object entity,
Object id)
Finds the map associated with an entity's class and adds the id and entity to the map
|
void |
TypeRegister.remove(MetaData metaData,
Class type,
Object id)
Finds the map associated with an entity's class and removes the entity's id from the map (if found)
|
| Constructor and Description |
|---|
EntityFactory(MetaData metadata)
Constructs a new
EntityFactory driven by the specified MetaData. |
| Modifier and Type | Method and Description |
|---|---|
MetaData |
SessionFactory.metaData()
Retrieves the meta-data that was built up when this
SessionFactory was constructed. |
MetaData |
Neo4jSession.metaData() |
| Modifier and Type | Method and Description |
|---|---|
T |
GraphCallback.apply(Request 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,
Driver driver) |
Neo4jSession(MetaData metaData,
Driver driver,
List<EventListener> eventListeners) |
| Modifier and Type | Method and Description |
|---|---|
static Long |
EntityUtils.identity(Object entity,
MetaData metaData) |
static Collection<String> |
EntityUtils.labels(Object entity,
MetaData metaData)
Returns the full set of labels, both static and dynamic, if any, to apply to a node.
|
Copyright © 2016 Neo Technology, Inc.. All rights reserved.