NameConverter

class NameConverter : CompositeAttributeConverter<Name?>

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

Types

Link copied to clipboard
object Companion

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