OgmMappedEntity

abstract class OgmMappedEntity(val id: String) : MappedEntity

Superclass for all entities that are mapped using Neo4j OGM.

Inheritors

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val labels: Set<String>

Labels of the entity. In Neo, this might include multiple labels. In a relational database, this might be a single table name.

Link copied to clipboard
open override val metadata: Map<String, Any?>
Link copied to clipboard

Neighbors of this retrievable object. Allows navigation of a graph

Functions

Link copied to clipboard
open override fun embeddableValue(): String

EmbeddableValue defaults to infoString

Link copied to clipboard
open override fun toString(): <Error class: unknown class>