| Class | Description |
|---|---|
| IncludeAllBusinessNodeProperties |
Node PropertyInclusionPolicy that includes arbitrary business / application level
properties (up to subclasses to decide which ones), but excludes any
GraphAwareRuntime/TxDrivenModule internal properties. |
| IncludeAllBusinessNodes |
Policy that includes all business / application level nodes, but exclude any
GraphAwareRuntime internal nodes. |
| IncludeAllBusinessProperties<T extends org.neo4j.graphdb.Entity> |
Base-class for all
PropertyInclusionPolicy
implementations that include arbitrary business / application level
properties (up to subclasses to decide which ones), but exclude any
GraphAwareRuntime/TxDrivenModule internal properties. |
| IncludeAllBusinessRelationshipProperties |
Node PropertyInclusionPolicy that includes arbitrary business / application level
properties (up to subclasses to decide which ones), but excludes any
GraphAwareRuntime/TxDrivenModule internal properties. |
| IncludeAllBusinessRelationships |
Policy that includes all business / application level relationships, but exclude any
GraphAwareRuntime internal relationships. |
Copyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.