See: Description
| Interface | Description |
|---|---|
| MetaDataProvider |
The only meta-data provider currently is a Neo4j-OGM
SessionFactory by proxy. |
| Class | Description |
|---|---|
| Neo4jMappingContext |
This class implements Spring Data's MappingContext interface, scavenging the required data from the OGM's metadata in
order to for SDN to play nicely with Spring Data REST.
|
| Neo4jPersistentEntity<T> |
This class implements Spring Data's PersistentEntity interface, scavenging the required data from the OGM's mapping
classes in order to for SDN to play nicely with Spring Data REST.
|
| Neo4jPersistentProperty |
This class implements Spring Data's PersistentProperty interface, scavenging the required data from the OGM's mapping
classes in order to for SDN to play nicely with Spring Data REST.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.