SimpleNameConverter

class SimpleNameConverter : AttributeConverter<Name, String>

This converter converts a Name into a single String (in contrast to the NameConverter, which splits it up into several properties).

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun toEntityAttribute(value: String?): Name?
Link copied to clipboard
open override fun toGraphProperty(value: Name?): String