Uses of Class
org.mybatis.generator.runtime.kotlin.elements.UpdateByPrimaryKeySelectiveMethodGenerator.Builder
Packages that use UpdateByPrimaryKeySelectiveMethodGenerator.Builder
-
Uses of UpdateByPrimaryKeySelectiveMethodGenerator.Builder in org.mybatis.generator.runtime.kotlin.elements
Methods in org.mybatis.generator.runtime.kotlin.elements that return UpdateByPrimaryKeySelectiveMethodGenerator.BuilderModifier and TypeMethodDescriptionUpdateByPrimaryKeySelectiveMethodGenerator.Builder.getThis()UpdateByPrimaryKeySelectiveMethodGenerator.Builder.withFragmentGenerator(KotlinFragmentGenerator fragmentGenerator) UpdateByPrimaryKeySelectiveMethodGenerator.Builder.withMapperName(String mapperName) UpdateByPrimaryKeySelectiveMethodGenerator.Builder.withRecordType(FullyQualifiedKotlinType recordType) Constructors in org.mybatis.generator.runtime.kotlin.elements with parameters of type UpdateByPrimaryKeySelectiveMethodGenerator.BuilderModifierConstructorDescriptionprivateUpdateByPrimaryKeySelectiveMethodGenerator(UpdateByPrimaryKeySelectiveMethodGenerator.Builder builder)