PropertyListConverter

class PropertyListConverter : AttributeConverter<List<Property>, String>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun convertToDatabaseColumn(attribute: List<Property>?): String
Link copied to clipboard
open override fun convertToEntityAttribute(dbData: String?): List<Property>