|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description

| Class Summary | |
|---|---|
| BasicModel | Database model that stores node properties as opaque records and children as transparent records. |
| BasicRequestProcessor | A RequestProcessor implementation for the JPA connector. |
| ChildEntity | An entity representing the parent-child relationship between two nodes. |
| ChildId | A unique identifier for a parent-child relationship. |
| LargeValueEntity | A single property value that is too large to be stored on the individual node, and which will be shared among all properties that have the same value. |
| LargeValueId | A unique identifer for a large value, which is the 160-bit SHA-1 hash of this value, in hex form (40-bytes). |
| NodeId | An identifier for a node, comprised of a single UUID, and embeddable in a persistent entity. |
| PropertiesEntity | Represents the packed properties of a single node. |
| ReferenceEntity | A record of a reference from one node to another. |
| ReferenceId | An identifier for a reference, comprised of a single NodeId of the node containing the reference and a single
NodeId of the node being referenced. |
| SubgraphNodeEntity | Represents a single node that appears in a subgraph. |
| SubgraphQuery | Represents a temporary working area for a query that efficiently retrieves the nodes in a subgraph. |
| SubgraphQueryEntity | Represents a temporary working area for a query that retrieves the nodes in a subgraph. |
The classes that define the "basic" storage model for the JPA connector.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||