jimmer-sql-kotlin
0.7.125
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt.ast.mutation
/
KBatchSaveResult
KBatch
Save
Result
interface
KBatchSaveResult
<
E
:
Any
>
:
KMutationResult
Content copied to clipboard
Functions
Properties
Functions
affected
Row
Count
Link copied to clipboard
abstract
fun
affectedRowCount
(
entityType
:
KClass
<
*
>
)
:
Int
Content copied to clipboard
abstract
fun
affectedRowCount
(
prop
:
KProperty1
<
*
,
*
>
)
:
Int
Content copied to clipboard
Properties
affectedRowCountMap
Link copied to clipboard
abstract
val
affectedRowCountMap
:
Map
<
AffectedTable
,
Int
>
Content copied to clipboard
simpleResults
Link copied to clipboard
abstract
val
simpleResults
:
List
<
KSimpleSaveResult
<
E
>
>
Content copied to clipboard
totalAffectedRowCount
Link copied to clipboard
abstract
val
totalAffectedRowCount
:
Int
Content copied to clipboard