-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
My entity column
@Convert(converter = StringListConverter::class)
var permissions: MutableList<String> = mutableListOf()generated code is
fun Table.role_permissions(columnName: String): Column<MutableList> =
stringWrapper<MutableList>(columnName, {
pl.touk.krush.StringListConverter().convertToEntityAttribute(it) }, {
pl.touk.krush.StringListConverter().convertToDatabaseColumn(it) })tables.kt: (74, 56): One type argument expected for interface MutableList
EMH333
Metadata
Metadata
Assignees
Labels
No labels