NameConverter

This converter can be used in a Neo4J session to persist the Name class into its components:

  • fully qualified name

  • local name

  • the delimiter

Additionally, it converts the aforementioned Neo4J attributes in a node back into a Name.

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: MutableMap<String, *>): Name
Link copied to clipboard
open override fun toGraphProperties(value: Name?): MutableMap<String, *>