delete

fun delete(where: Where<T>? = null): ERROR CLASS: Unresolved name: transaction(source)

Delete using where clause. If where is null, all rows will be deleted.

Note, it will always be more performant to delete by key, than using where clause pointing at your entities id.

See also