Class AbstractMethodGenerator
java.lang.Object
org.mybatis.generator.runtime.dynamic.sql.elements.AbstractMethodGenerator
- Direct Known Subclasses:
BasicInsertMethodGenerator,BasicMultipleInsertMethodGenerator,BasicSelectManyMethodGenerator,BasicSelectOneMethodGenerator,DeleteByPrimaryKeyMethodGenerator,GeneralCountMethodGenerator,GeneralDeleteMethodGenerator,GeneralSelectDistinctMethodGenerator,GeneralSelectMethodGenerator,GeneralSelectOneMethodGenerator,GeneralUpdateMethodGenerator,InsertMethodGenerator,InsertMultipleMethodGenerator,InsertSelectiveMethodGenerator,SelectByPrimaryKeyMethodGenerator,UpdateAllColumnsMethodGenerator,UpdateByPrimaryKeyMethodGenerator,UpdateByPrimaryKeySelectiveMethodGenerator,UpdateSelectiveColumnsMethodGenerator
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Contextprotected final IntrospectedTableprotected final String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionprotected voidacceptParts(MethodAndImports.Builder builder, Method method, MethodParts methodParts) static StringcalculateFieldName(String tableFieldName, IntrospectedColumn column) protected StringcalculateFieldName(IntrospectedColumn column) abstract booleancallPlugins(Method method, Interface interfaze) abstract MethodAndImports
-
Field Details
-
context
-
introspectedTable
-
tableFieldName
-
-
Constructor Details
-
AbstractMethodGenerator
-
-
Method Details
-
calculateFieldName
-
calculateFieldName
-
acceptParts
protected void acceptParts(MethodAndImports.Builder builder, Method method, MethodParts methodParts) -
generateMethodAndImports
-
callPlugins
-