A  B  D  F  G  I  L  O  R  S  T  V 

S

Schema - class in io.github.cfraser.graphguard
A Schema describes the nodes and relationships in a Neo4j database via the (potentially) interconnected graphs.
Schema.Graph - class in io.github.cfraser.graphguard.Schema
A Graph is a Set of nodes that specify the expected entities in a Neo4j database.
Schema.Node - class in io.github.cfraser.graphguard.Schema
A Node in the graph.
Schema.Property - class in io.github.cfraser.graphguard.Schema
A Property on a Node or Relationship.
Schema.Property.Type - class in io.github.cfraser.graphguard.Schema.Property
The Type of the Property.
Schema.Relationship - class in io.github.cfraser.graphguard.Schema
A Relationship in the graph.
Schema.Validator - class in io.github.cfraser.graphguard.Schema
Schema.Validator is a Server.Plugin that validates the Bolt.Run.query and Bolt.Run.parameters in a Bolt.Run message.
Server - class in io.github.cfraser.graphguard
Server proxies Bolt data to a Neo4j (5+ compatible) database and performs dynamic message transformation through the plugin.
Server.Accepted - class in io.github.cfraser.graphguard.Server
The Server accepted a client connection.
Server.Connected - class in io.github.cfraser.graphguard.Server
The Server connected to the graph database.
Server.Event - class in io.github.cfraser.graphguard.Server
A Server event.
Server.Plugin - class in io.github.cfraser.graphguard.Server
Server.Plugin enables Server functionality to be augmented and/or observed.
Server.Proxied - class in io.github.cfraser.graphguard.Server
The Server proxied the intercepted Bolt.Message from the source to the destination.
Server.Started - class in io.github.cfraser.graphguard.Server
The Server has started.
Server.Stopped - class in io.github.cfraser.graphguard.Server
The Server has stopped.
STRING - enum entry in io.github.cfraser.graphguard.Schema.Property.Type
 
A  B  D  F  G  I  L  O  R  S  T  V