| Interface | Description |
|---|---|
| CypherModificationProvider |
This interface can be implemented by extensions that wish to modify Cypher statements before they are being sent
by corresponding OGM driver to the database.
OGM makes sure that the modification will be applied to all statements, regardless of source, but implementations of the service must not rely on the fact that the modification happens currently on the drivers level, which may change without notice. To add your custom modification, create a separate module, implement this interface and return an arbitrary Function. |
Copyright © 2015–2019 Neo Technology, Inc.. All rights reserved.