SchemaNode

data class SchemaNode(val name: String, val isAbstract: Boolean, val labels: Set<String>, val childLabels: Set<String>, val relationships: Set<Schema.SchemaRelationship>, val properties: Set<Schema.SchemaProperty>)

Schema definition for node entities that is persisted to the neo4j database

Constructors

Link copied to clipboard
constructor(name: String, isAbstract: Boolean, labels: Set<String>, childLabels: Set<String>, relationships: Set<Schema.SchemaRelationship>, properties: Set<Schema.SchemaProperty>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard