Package org.babyfish.jimmer.sql.kt.ast.mutation

Types

Link copied to clipboard
interface KBatchSaveResult<E : Any> : KMutationResult
Link copied to clipboard
interface KDeleteCommandDsl
Link copied to clipboard
interface KDeleteResult : KMutationResult
Link copied to clipboard
interface KMutableDelete<E : Any> : KFilterable<E>
Link copied to clipboard
interface KMutableUpdate<E : Any> : KFilterable<E>
Link copied to clipboard
interface KMutationResult
Link copied to clipboard
interface KSaveCommandDsl
Link copied to clipboard
interface KSimpleSaveResult<E : Any> : KMutationResult