delete By Ids
open fun <E : Any> deleteByIds(entityType: KClass<E>, ids: Collection<*>, mode: DeleteMode = DeleteMode.AUTO): KDeleteResult
Content copied to clipboard
open fun <E : Any> deleteByIds(entityType: KClass<E>, ids: Collection<*>, block: KDeleteCommandDsl.() -> Unit): KDeleteResult
Content copied to clipboard