Class Schema
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSchema.GraphA Graph is a Set of nodes that specify the expected entities in a Neo4j database.
public final classSchema.NodeA Node in the graph.
public final classSchema.RelationshipA Relationship in the graph.
public final classSchema.PropertyA Property on a Node or Relationship.
public final classSchema.Metadatapublic final classSchema.ValidatorSchema.Validator is a Server.Plugin that validates the Bolt.Run.query and Bolt.Run.parameters in a Bolt.Run message. If the data in the Bolt.Message is invalid, according to the Schema, then a Bolt.Failure and Bolt.Ignored is returned.
-
Field Summary
Fields Modifier and Type Field Description public final Map<String, Schema.Node>nodespublic final Map<Schema.Relationship.Id, Schema.Relationship>relationshipspublic final Set<Schema.Graph>graphs
-