KBatchSaveResult

interface KBatchSaveResult<E : Any> : KMutationResult

Functions

Link copied to clipboard
abstract fun affectedRowCount(entityType: KClass<*>): Int
abstract fun affectedRowCount(associationProp: KProperty1<*, *>): Int

Properties

Link copied to clipboard
abstract val simpleResults: List<KSimpleSaveResult<E>>
Link copied to clipboard
abstract val totalAffectedRowCount: Int