Uses of Class
org.mybatis.generator.runtime.dynamic.sql.elements.UpdateByPrimaryKeySelectiveMethodGenerator.Builder
Packages that use UpdateByPrimaryKeySelectiveMethodGenerator.Builder
-
Uses of UpdateByPrimaryKeySelectiveMethodGenerator.Builder in org.mybatis.generator.runtime.dynamic.sql.elements
Methods in org.mybatis.generator.runtime.dynamic.sql.elements that return UpdateByPrimaryKeySelectiveMethodGenerator.BuilderModifier and TypeMethodDescriptionUpdateByPrimaryKeySelectiveMethodGenerator.Builder.getThis()UpdateByPrimaryKeySelectiveMethodGenerator.Builder.withFragmentGenerator(FragmentGenerator fragmentGenerator) UpdateByPrimaryKeySelectiveMethodGenerator.Builder.withRecordType(FullyQualifiedJavaType recordType) Constructors in org.mybatis.generator.runtime.dynamic.sql.elements with parameters of type UpdateByPrimaryKeySelectiveMethodGenerator.BuilderModifierConstructorDescriptionprivateUpdateByPrimaryKeySelectiveMethodGenerator(UpdateByPrimaryKeySelectiveMethodGenerator.Builder builder)