Package | Description |
---|---|
org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
org.mybatis.generator.api.dom.java | |
org.mybatis.generator.api.dom.java.render | |
org.mybatis.generator.codegen | |
org.mybatis.generator.codegen.mybatis3.javamapper.elements | |
org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated | |
org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider | |
org.mybatis.generator.internal | |
org.mybatis.generator.internal.util | |
org.mybatis.generator.plugins | |
org.mybatis.generator.plugins.dsql | |
org.mybatis.generator.runtime.dynamic.sql.elements |
Modifier and Type | Method and Description |
---|---|
default void |
CommentGenerator.addGeneralMethodAnnotation(Method method,
IntrospectedTable introspectedTable,
IntrospectedColumn introspectedColumn,
Set<FullyQualifiedJavaType> imports)
Adds a @Generated annotation to a method.
|
default void |
CommentGenerator.addGeneralMethodAnnotation(Method method,
IntrospectedTable introspectedTable,
Set<FullyQualifiedJavaType> imports)
Adds a @Generated annotation to a method.
|
default void |
CommentGenerator.addGeneralMethodComment(Method method,
IntrospectedTable introspectedTable)
Adds the general method comment.
|
default void |
CommentGenerator.addGetterComment(Method method,
IntrospectedTable introspectedTable,
IntrospectedColumn introspectedColumn)
Adds the getter comment.
|
default void |
CommentGenerator.addSetterComment(Method method,
IntrospectedTable introspectedTable,
IntrospectedColumn introspectedColumn)
Adds the setter comment.
|
default boolean |
Plugin.clientBasicCountMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
Deprecated.
this method is no longer called
|
default boolean |
Plugin.clientBasicDeleteMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
Deprecated.
No longer called
|
default boolean |
Plugin.clientBasicInsertMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the insert method has been generated for the mapper interface.
|
boolean |
CompositePlugin.clientBasicInsertMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientBasicInsertMultipleHelperMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
Deprecated.
this method is no longer called
|
default boolean |
Plugin.clientBasicInsertMultipleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the insert multiple method has been generated for the mapper interface.
|
boolean |
CompositePlugin.clientBasicInsertMultipleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientBasicSelectManyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the selectMany method has been generated for the mapper interface.
|
boolean |
CompositePlugin.clientBasicSelectManyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientBasicSelectOneMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the selectOne method has been generated for the mapper interface.
|
boolean |
CompositePlugin.clientBasicSelectOneMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientBasicUpdateMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
Deprecated.
no longer called
|
default boolean |
Plugin.clientCountByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the countByExample method has been generated
in the client interface.
|
boolean |
CompositePlugin.clientCountByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientDeleteByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the deleteByExample method has been generated
in the client interface.
|
boolean |
CompositePlugin.clientDeleteByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientDeleteByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the deleteByPrimaryKey method has been
generated in the client interface.
|
boolean |
CompositePlugin.clientDeleteByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientGeneralCountMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
Called when the general count method has been generated.
|
boolean |
CompositePlugin.clientGeneralCountMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientGeneralDeleteMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
Called when the general delete method has been generated.
|
boolean |
CompositePlugin.clientGeneralDeleteMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientGeneralSelectDistinctMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
Called when the general select distinct method has been generated.
|
boolean |
CompositePlugin.clientGeneralSelectDistinctMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientGeneralSelectMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
Called when the general select method has been generated.
|
boolean |
CompositePlugin.clientGeneralSelectMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientGeneralUpdateMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
Called when the general update method has been generated.
|
boolean |
CompositePlugin.clientGeneralUpdateMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientInsertMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the insert method has been generated in the
client interface.
|
boolean |
CompositePlugin.clientInsertMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientInsertMultipleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the insert multiple method has been generated in the
client interface.
|
boolean |
CompositePlugin.clientInsertMultipleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientInsertSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the insert selective method has been generated
in the client interface.
|
boolean |
CompositePlugin.clientInsertSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientSelectAllMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the selectAll method has been
generated in the client interface.
|
boolean |
CompositePlugin.clientSelectAllMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientSelectByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithBLOBs method has been
generated in the client interface.
|
boolean |
CompositePlugin.clientSelectByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithoutBLOBs method has
been generated in the client interface.
|
boolean |
CompositePlugin.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientSelectByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the selectByPrimaryKey method has been
generated in the client interface.
|
boolean |
CompositePlugin.clientSelectByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientSelectOneMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
Called when the selectOne method is generated.
|
boolean |
CompositePlugin.clientSelectOneMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientUpdateAllColumnsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
Called when the updateAllColumns method is generated.
|
boolean |
CompositePlugin.clientUpdateAllColumnsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientUpdateByExampleSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleSelective method has been
generated in the client interface.
|
boolean |
CompositePlugin.clientUpdateByExampleSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientUpdateByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithBLOBs method has been
generated in the client interface.
|
boolean |
CompositePlugin.clientUpdateByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithoutBLOBs method has
been generated in the client interface.
|
boolean |
CompositePlugin.clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeySelective method has
been generated in the client interface.
|
boolean |
CompositePlugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithBLOBs method has
been generated in the client interface.
|
boolean |
CompositePlugin.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithoutBLOBs method has
been generated in the client interface.
|
boolean |
CompositePlugin.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientUpdateSelectiveColumnsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
Called when the updateSelectiveColumns method is generated.
|
boolean |
CompositePlugin.clientUpdateSelectiveColumnsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.modelGetterMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
Plugin.ModelClassType modelClassType)
This method is called after the getter, or accessor, method is generated
for a specific column in a table.
|
boolean |
CompositePlugin.modelGetterMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
Plugin.ModelClassType modelClassType) |
default boolean |
Plugin.modelSetterMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
Plugin.ModelClassType modelClassType)
This method is called after the setter, or mutator, method is generated
for a specific column in a table.
|
boolean |
CompositePlugin.modelSetterMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
Plugin.ModelClassType modelClassType) |
default boolean |
Plugin.providerApplyWhereMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the applyWhere method has
been generated in the SQL provider.
|
boolean |
CompositePlugin.providerApplyWhereMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.providerCountByExampleMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the countByExample method has
been generated in the SQL provider.
|
boolean |
CompositePlugin.providerCountByExampleMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.providerDeleteByExampleMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the deleteByExample method has
been generated in the SQL provider.
|
boolean |
CompositePlugin.providerDeleteByExampleMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.providerInsertSelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the insertSelective method has
been generated in the SQL provider.
|
boolean |
CompositePlugin.providerInsertSelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.providerSelectByExampleWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithBLOBs method has
been generated in the SQL provider.
|
boolean |
CompositePlugin.providerSelectByExampleWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.providerSelectByExampleWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithoutBLOBs method has
been generated in the SQL provider.
|
boolean |
CompositePlugin.providerSelectByExampleWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.providerUpdateByExampleSelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleSelective method has
been generated in the SQL provider.
|
boolean |
CompositePlugin.providerUpdateByExampleSelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.providerUpdateByExampleWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithBLOBs method has
been generated in the SQL provider.
|
boolean |
CompositePlugin.providerUpdateByExampleWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.providerUpdateByExampleWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithoutBLOBs method has
been generated in the SQL provider.
|
boolean |
CompositePlugin.providerUpdateByExampleWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.providerUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeySelective method has
been generated in the SQL provider.
|
boolean |
CompositePlugin.providerUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
Modifier and Type | Method and Description |
---|---|
List<Method> |
AbstractJavaType.getMethods() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJavaType.addMethod(Method method) |
Constructor and Description |
---|
Method(Method original)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
MethodRenderer.render(Method method,
boolean inInterface,
CompilationUnit compilationUnit) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
RenderingUtilities.renderClassOrEnumMethods(List<Method> methods,
CompilationUnit compilationUnit) |
static List<String> |
RenderingUtilities.renderInterfaceMethods(List<Method> methods,
CompilationUnit compilationUnit) |
Modifier and Type | Method and Description |
---|---|
static Method |
AbstractJavaGenerator.getGetter(Field field) |
Modifier and Type | Method and Description |
---|---|
protected Method |
AbstractJavaMapperMethodGenerator.buildBasicUpdateByExampleMethod(String statementId,
FullyQualifiedJavaType parameterType,
Set<FullyQualifiedJavaType> importedTypes) |
protected Method |
AbstractJavaMapperMethodGenerator.buildBasicUpdateByPrimaryKeyMethod(String statementId,
FullyQualifiedJavaType parameterType) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJavaMapperMethodGenerator.addAnnotatedResults(Interface interfaze,
Method method,
List<IntrospectedColumn> nonPrimaryKeyColumns) |
void |
SelectByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
SelectAllMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
SelectByPrimaryKeyMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
SelectByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
CountByExampleMethodGenerator.addMapperAnnotations(Method method) |
void |
InsertSelectiveMethodGenerator.addMapperAnnotations(Method method) |
void |
UpdateByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Method method) |
void |
UpdateByExampleSelectiveMethodGenerator.addMapperAnnotations(Method method) |
void |
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addMapperAnnotations(Method method) |
void |
InsertMethodGenerator.addMapperAnnotations(Method method) |
void |
UpdateByPrimaryKeyWithBLOBsMethodGenerator.addMapperAnnotations(Method method) |
void |
DeleteByPrimaryKeyMethodGenerator.addMapperAnnotations(Method method) |
void |
DeleteByExampleMethodGenerator.addMapperAnnotations(Method method) |
void |
UpdateByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Method method) |
void |
UpdateByPrimaryKeySelectiveMethodGenerator.addMapperAnnotations(Method method) |
protected void |
AbstractJavaMapperMethodGenerator.addPrimaryKeyMethodParameters(boolean isSimple,
Method method,
Set<FullyQualifiedJavaType> importedTypes) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotatedSelectByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
AnnotatedSelectByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
AnnotatedSelectAllMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
AnnotatedSelectByPrimaryKeyMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedInsertMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedCountByExampleMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedDeleteByPrimaryKeyMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedDeleteByExampleMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedInsertSelectiveMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedUpdateByExampleSelectiveMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedUpdateByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Method method) |
Modifier and Type | Method and Description |
---|---|
boolean |
ProviderUpdateByExampleWithoutBLOBsMethodGenerator.callPlugins(Method method,
TopLevelClass topLevelClass) |
boolean |
ProviderSelectByExampleWithBLOBsMethodGenerator.callPlugins(Method method,
TopLevelClass topLevelClass) |
boolean |
ProviderUpdateByExampleWithBLOBsMethodGenerator.callPlugins(Method method,
TopLevelClass topLevelClass) |
boolean |
ProviderSelectByExampleWithoutBLOBsMethodGenerator.callPlugins(Method method,
TopLevelClass topLevelClass) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultCommentGenerator.addGeneralMethodAnnotation(Method method,
IntrospectedTable introspectedTable,
IntrospectedColumn introspectedColumn,
Set<FullyQualifiedJavaType> imports) |
void |
DefaultCommentGenerator.addGeneralMethodAnnotation(Method method,
IntrospectedTable introspectedTable,
Set<FullyQualifiedJavaType> imports) |
void |
DefaultCommentGenerator.addGeneralMethodComment(Method method,
IntrospectedTable introspectedTable) |
void |
DefaultCommentGenerator.addGetterComment(Method method,
IntrospectedTable introspectedTable,
IntrospectedColumn introspectedColumn) |
void |
DefaultCommentGenerator.addSetterComment(Method method,
IntrospectedTable introspectedTable,
IntrospectedColumn introspectedColumn) |
Modifier and Type | Method and Description |
---|---|
static Method |
JavaBeansUtil.getJavaBeansGetter(IntrospectedColumn introspectedColumn,
Context context,
IntrospectedTable introspectedTable) |
static Method |
JavaBeansUtil.getJavaBeansGetterWithGeneratedAnnotation(IntrospectedColumn introspectedColumn,
Context context,
IntrospectedTable introspectedTable,
CompilationUnit compilationUnit) |
static Method |
JavaBeansUtil.getJavaBeansSetter(IntrospectedColumn introspectedColumn,
Context context,
IntrospectedTable introspectedTable) |
static Method |
JavaBeansUtil.getJavaBeansSetterWithGeneratedAnnotation(IntrospectedColumn introspectedColumn,
Context context,
IntrospectedTable introspectedTable,
CompilationUnit compilationUnit) |
Modifier and Type | Method and Description |
---|---|
boolean |
RowBoundsPlugin.clientSelectByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
RowBoundsPlugin.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
FluentBuilderMethodsPlugin.modelSetterMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
Plugin.ModelClassType modelClassType) |
Modifier and Type | Method and Description |
---|---|
boolean |
DisableInsertPlugin.clientBasicInsertMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
DisableInsertPlugin.clientBasicInsertMultipleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
DisableDeletePlugin.clientDeleteByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
DisableDeletePlugin.clientGeneralDeleteMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
DisableUpdatePlugin.clientGeneralUpdateMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
DisableInsertPlugin.clientInsertMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
DisableInsertPlugin.clientInsertMultipleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
DisableInsertPlugin.clientInsertSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
DisableUpdatePlugin.clientUpdateAllColumnsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
DisableUpdatePlugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
DisableUpdatePlugin.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
DisableUpdatePlugin.clientUpdateSelectiveColumnsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
Modifier and Type | Method and Description |
---|---|
Method |
MethodAndImports.getMethod() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMethodGenerator.acceptParts(MethodAndImports.Builder builder,
Method method,
MethodParts methodParts) |
boolean |
GeneralUpdateMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
UpdateSelectiveColumnsMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
InsertMultipleMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
InsertSelectiveMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
BasicSelectOneMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
BasicSelectManyMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
GeneralCountMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
BasicInsertMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
GeneralSelectOneMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
SelectByPrimaryKeyMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
InsertMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
GeneralSelectMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
GeneralSelectDistinctMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
UpdateAllColumnsMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
DeleteByPrimaryKeyMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
GeneralDeleteMethodGenerator.callPlugins(Method method,
Interface interfaze) |
abstract boolean |
AbstractMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
UpdateByPrimaryKeyMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
BasicMultipleInsertMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
UpdateByPrimaryKeySelectiveMethodGenerator.callPlugins(Method method,
Interface interfaze) |
static MethodAndImports.Builder |
MethodAndImports.withMethod(Method method) |
MethodAndImports.Builder |
MethodAndImports.Builder.withMethod(Method method) |
Copyright © 2006–2022 MyBatis.org. All rights reserved.