delete By Id
open fun <E : Any> deleteById(entityType: KClass<E>, id: Any, mode: DeleteMode = DeleteMode.AUTO): KDeleteResult
Content copied to clipboard
open fun <E : Any> deleteById(entityType: KClass<E>, id: Any, block: KDeleteCommandDsl.() -> Unit): KDeleteResult
Content copied to clipboard