B
G
I
O
R
S
T
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.Property.Type.Any - class in io.github.cfraser.graphguard.Schema.Property.Type
- Schema.Property.Type.Boolean - class in io.github.cfraser.graphguard.Schema.Property.Type
- Schema.Property.Type.Date - class in io.github.cfraser.graphguard.Schema.Property.Type
- Schema.Property.Type.DateTime - class in io.github.cfraser.graphguard.Schema.Property.Type
- Schema.Property.Type.Duration - class in io.github.cfraser.graphguard.Schema.Property.Type
- Schema.Property.Type.Float - class in io.github.cfraser.graphguard.Schema.Property.Type
- Schema.Property.Type.Integer - class in io.github.cfraser.graphguard.Schema.Property.Type
- Schema.Property.Type.LocalDateTime - class in io.github.cfraser.graphguard.Schema.Property.Type
- Schema.Property.Type.LocalTime - class in io.github.cfraser.graphguard.Schema.Property.Type
- Schema.Property.Type.String - class in io.github.cfraser.graphguard.Schema.Property.Type
- Schema.Property.Type.Time - class in io.github.cfraser.graphguard.Schema.Property.Type
- 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.Connected - class in io.github.cfraser.graphguard.Server
- The Server established a connection.
- Server.Connection - class in io.github.cfraser.graphguard.Server
- A proxy connection.
- Server.Connection.Client - class in io.github.cfraser.graphguard.Server.Connection
- A client the Server accepted a connection from.
- Server.Connection.Graph - class in io.github.cfraser.graphguard.Server.Connection
- The graph database the Server connected to.
- Server.Disconnected - class in io.github.cfraser.graphguard.Server
- The Server closed the connection.
- 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.