insert

open fun <E : Any> insert(entity: E): KSimpleSaveResult<E>
open fun <E : Any> insert(input: Input<E>): KSimpleSaveResult<E>