LocationConverter

class LocationConverter : CompositeAttributeConverter<PhysicalLocation?>

This class converts a PhysicalLocation into the 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

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, *>