OgmMappedEntity

open class OgmMappedEntity(val id: String, val uri: String? = null, val chunks: List<MappedChunk> = emptyList())

Superclass for all entities that are mapped using Neo4j OGM.

Inheritors

Constructors

Link copied to clipboard
constructor(id: String, uri: String? = null, chunks: List<MappedChunk> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
open val id: String
Link copied to clipboard
open val metadata: Map<String, Any?>
Link copied to clipboard
open val uri: String? = null

Functions

Link copied to clipboard
Link copied to clipboard
open fun infoString(verbose: Boolean?, indent: Int): String
Link copied to clipboard
open fun labels(): <Error class: unknown class>
Link copied to clipboard
open override fun toString(): String