jimmer-sql-kotlin
0.4.11
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
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