LocationConverter

This class converts a PhysicalLocation into the necessary composite attributes when persisting a node into a Neo4J graph database.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val graphSchema: List<Pair<String, String>>

Determines to which properties and their types the received value will be split in the neo4j representation. The type is the first element in the pair and the property name is the second one.

Functions

Link copied to clipboard
open override fun toEntityAttribute(value: Map<String, *>?): PhysicalLocation?
Link copied to clipboard
open override fun toGraphProperties(value: PhysicalLocation?): Map<String, *>