| Interface | Description |
|---|---|
| EntityAccessStrategy |
Implements the logic to determine how entities should be accessed in both reading and writing scenarios.
|
| PropertyReader |
Simple interface through which a particular property of a given object can be read.
|
| PropertyWriter |
Simple interface through which a particular property of a given object can be set.
|
| RelationalReader |
Specialisation of
PropertyReader that also exposes the relationship type represented by the corresponding
object member. |
| RelationalWriter |
Specialisation of
PropertyWriter that also exposes the relationship type represented by the corresponding
object member. |
| Class | Description |
|---|---|
| DefaultEntityAccessStrategy |
Default implementation of
EntityAccessStrategy that looks up information from ClassInfo in the following order. |
| EntityAccess | |
| EntityFactory |
A metadata-driven factory class for creating node and relationship entities.
|
| FieldReader | |
| FieldWriter | |
| MethodReader | |
| MethodWriter |
| Exception | Description |
|---|---|
| EntityAccessException |
Copyright © 2016 Neo Technology, Inc.. All rights reserved.