jimmer-sql-kotlin
0.7.101
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt.ast.mutation
/
KMutationResult
KMutation
Result
interface
KMutationResult
Content copied to clipboard
Functions
Properties
Inheritors
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
totalAffectedRowCount
Link copied to clipboard
abstract
val
totalAffectedRowCount
:
Int
Content copied to clipboard
Inheritors
KBatchSaveResult
Link copied to clipboard
KDeleteResult
Link copied to clipboard
KSimpleSaveResult
Link copied to clipboard