| Class | Description |
|---|---|
| OgmPluginInitializer |
PluginLifecycle helper for use with Neo4j unmanaged extensions
To create an unmanaged extension
- subclass this initializer, provide packages as you would provide to SessionFactory
- create file META-INF/services/org.neo4j.server.plugins.PluginLifecycle
in your plugin jar and list the name of the class there - use @Context to inject SessionFactory to extension resource NOTE: you also need to list your extension resource in dbms.unmanaged_extension_classes property |
| OgmPluginInitializer.OgmInjectable<T> |
Copyright © 2017 Neo Technology, Inc.. All rights reserved.