Uses of Class
org.mybatis.generator.runtime.kotlin.elements.KotlinFragmentGenerator
Packages that use KotlinFragmentGenerator
Package
Description
-
Uses of KotlinFragmentGenerator in org.mybatis.generator.runtime.kotlin
Fields in org.mybatis.generator.runtime.kotlin declared as KotlinFragmentGeneratorModifier and TypeFieldDescriptionprotected KotlinFragmentGeneratorKotlinMapperAndExtensionsGenerator.fragmentGenerator -
Uses of KotlinFragmentGenerator in org.mybatis.generator.runtime.kotlin.elements
Fields in org.mybatis.generator.runtime.kotlin.elements declared as KotlinFragmentGeneratorModifier and TypeFieldDescriptionprivate KotlinFragmentGeneratorBasicInsertMethodGenerator.Builder.fragmentGeneratorprivate final KotlinFragmentGeneratorBasicInsertMethodGenerator.fragmentGeneratorprivate KotlinFragmentGeneratorBasicSelectManyMethodGenerator.Builder.fragmentGeneratorprivate final KotlinFragmentGeneratorBasicSelectManyMethodGenerator.fragmentGeneratorprivate KotlinFragmentGeneratorBasicSelectOneMethodGenerator.Builder.fragmentGeneratorprivate final KotlinFragmentGeneratorBasicSelectOneMethodGenerator.fragmentGeneratorprivate KotlinFragmentGeneratorDeleteByPrimaryKeyMethodGenerator.Builder.fragmentGeneratorprivate final KotlinFragmentGeneratorDeleteByPrimaryKeyMethodGenerator.fragmentGeneratorprivate KotlinFragmentGeneratorSelectByPrimaryKeyMethodGenerator.Builder.fragmentGeneratorprivate final KotlinFragmentGeneratorSelectByPrimaryKeyMethodGenerator.fragmentGeneratorprivate KotlinFragmentGeneratorUpdateAllColumnsMethodGenerator.Builder.fragmentGeneratorprivate final KotlinFragmentGeneratorUpdateAllColumnsMethodGenerator.fragmentGeneratorprivate KotlinFragmentGeneratorUpdateByPrimaryKeyMethodGenerator.Builder.fragmentGeneratorprivate final KotlinFragmentGeneratorUpdateByPrimaryKeyMethodGenerator.fragmentGeneratorprivate KotlinFragmentGeneratorUpdateByPrimaryKeySelectiveMethodGenerator.Builder.fragmentGeneratorprivate final KotlinFragmentGeneratorUpdateByPrimaryKeySelectiveMethodGenerator.fragmentGeneratorprivate KotlinFragmentGeneratorUpdateSelectiveColumnsMethodGenerator.Builder.fragmentGeneratorprivate final KotlinFragmentGeneratorUpdateSelectiveColumnsMethodGenerator.fragmentGeneratorMethods in org.mybatis.generator.runtime.kotlin.elements that return KotlinFragmentGeneratorMethods in org.mybatis.generator.runtime.kotlin.elements with parameters of type KotlinFragmentGeneratorModifier and TypeMethodDescriptionBasicInsertMethodGenerator.Builder.withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator) BasicSelectManyMethodGenerator.Builder.withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator) BasicSelectOneMethodGenerator.Builder.withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator) DeleteByPrimaryKeyMethodGenerator.Builder.withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator) SelectByPrimaryKeyMethodGenerator.Builder.withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator) UpdateAllColumnsMethodGenerator.Builder.withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator) UpdateByPrimaryKeyMethodGenerator.Builder.withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator) UpdateByPrimaryKeySelectiveMethodGenerator.Builder.withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator) UpdateSelectiveColumnsMethodGenerator.Builder.withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator)