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.codegen | |
org.mybatis.generator.codegen.ibatis2.dao.templates | |
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.runtime.dynamic.sql.elements |
Modifier and Type | Method and Description |
---|---|
void |
CommentGenerator.addGeneralMethodAnnotation(Method method,
IntrospectedTable introspectedTable,
IntrospectedColumn introspectedColumn,
Set<FullyQualifiedJavaType> imports)
Adds a @Generated annotation to a method.
|
void |
CommentGenerator.addGeneralMethodAnnotation(Method method,
IntrospectedTable introspectedTable,
Set<FullyQualifiedJavaType> imports)
Adds a @Generated annotation to a method.
|
void |
CommentGenerator.addGeneralMethodComment(Method method,
IntrospectedTable introspectedTable)
Adds the general method comment.
|
void |
CommentGenerator.addGetterComment(Method method,
IntrospectedTable introspectedTable,
IntrospectedColumn introspectedColumn)
Adds the getter comment.
|
void |
CommentGenerator.addSetterComment(Method method,
IntrospectedTable introspectedTable,
IntrospectedColumn introspectedColumn)
Adds the setter comment.
|
boolean |
PluginAdapter.clientBasicCountMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientBasicCountMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the count method has been generated for the mapper interface.
|
boolean |
PluginAdapter.clientBasicDeleteMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientBasicDeleteMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the delete method has been generated for the mapper interface.
|
boolean |
PluginAdapter.clientBasicInsertMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientBasicSelectManyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientBasicSelectOneMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientBasicUpdateMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientBasicUpdateMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the update method has been generated for the mapper interface.
|
boolean |
PluginAdapter.clientCountByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientCountByExampleMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientCountByExampleMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the countByExample method has been generated
in the client implementation class.
|
boolean |
PluginAdapter.clientDeleteByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientDeleteByExampleMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientDeleteByExampleMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the deleteByExample method has been generated
in the client implementation class.
|
boolean |
PluginAdapter.clientDeleteByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientDeleteByPrimaryKeyMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientDeleteByPrimaryKeyMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the deleteByPrimaryKey method has been
generated in the client implementation class.
|
boolean |
PluginAdapter.clientInsertMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientInsertMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientInsertMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the insert method has been generated in the
client implementation class.
|
boolean |
PluginAdapter.clientInsertSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientInsertSelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientInsertSelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the insert selective method has been generated
in the client implementation class.
|
boolean |
PluginAdapter.clientSelectAllMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientSelectAllMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientSelectAllMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the selectAll method has been
generated in the client implementation class.
|
boolean |
PluginAdapter.clientSelectByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientSelectByExampleWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientSelectByExampleWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithBLOBs method has been
generated in the client implementation class.
|
boolean |
PluginAdapter.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithoutBLOBs method has
been generated in the client implementation class.
|
boolean |
PluginAdapter.clientSelectByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientSelectByPrimaryKeyMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientSelectByPrimaryKeyMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the selectByPrimaryKey method has been
generated in the client implementation class.
|
boolean |
PluginAdapter.clientUpdateByExampleSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientUpdateByExampleSelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientUpdateByExampleSelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleSelective method has been
generated in the client implementation class.
|
boolean |
PluginAdapter.clientUpdateByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientUpdateByExampleWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientUpdateByExampleWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithBLOBs method has been
generated in the client implementation class.
|
boolean |
PluginAdapter.clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithoutBLOBs method has
been generated in the client implementation class.
|
boolean |
PluginAdapter.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeySelective method has
been generated in the client implementation class.
|
boolean |
PluginAdapter.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithBLOBs method has
been generated in the client implementation class.
|
boolean |
PluginAdapter.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
boolean |
Plugin.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithoutBLOBs method has
been generated in the client implementation class.
|
boolean |
PluginAdapter.modelGetterMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
Plugin.ModelClassType modelClassType) |
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 |
PluginAdapter.modelSetterMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
Plugin.ModelClassType modelClassType) |
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 |
PluginAdapter.providerApplyWhereMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.providerCountByExampleMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.providerDeleteByExampleMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.providerInsertSelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.providerSelectByExampleWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.providerSelectByExampleWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.providerUpdateByExampleSelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.providerUpdateByExampleWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.providerUpdateByExampleWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
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 |
PluginAdapter.providerUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable) |
boolean |
Plugin.providerUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeySelective method has
been generated in the SQL provider.
|
Modifier and Type | Method and Description |
---|---|
List<Method> |
InnerClass.getMethods()
Gets the methods.
|
List<Method> |
InnerEnum.getMethods()
Gets the methods.
|
List<Method> |
InnerInterface.getMethods()
Gets the methods.
|
Modifier and Type | Method and Description |
---|---|
void |
InnerClass.addMethod(Method method)
Adds the method.
|
void |
InnerEnum.addMethod(Method method)
Adds the method.
|
void |
InnerInterface.addMethod(Method method)
Adds the method.
|
Constructor and Description |
---|
Method(Method original)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Method |
AbstractJavaGenerator.getDefaultConstructor(TopLevelClass topLevelClass) |
static Method |
AbstractJavaGenerator.getGetter(Field field) |
Modifier and Type | Method and Description |
---|---|
Method |
AbstractDAOTemplate.getConstructorClone(CommentGenerator commentGenerator,
FullyQualifiedJavaType type,
IntrospectedTable introspectedTable) |
Modifier and Type | Method and Description |
---|---|
List<Method> |
AbstractDAOTemplate.getMethodClones(CommentGenerator commentGenerator,
IntrospectedTable introspectedTable) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDAOTemplate.addMethod(Method method) |
protected void |
AbstractDAOTemplate.setConstructorTemplate(Method constructorTemplate) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJavaMapperMethodGenerator.addGeneratedKeyAnnotation(Method method,
GeneratedKey gk) |
void |
SelectByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
SelectAllMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
SelectByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
SelectByPrimaryKeyMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
DeleteByExampleMethodGenerator.addMapperAnnotations(Method method) |
void |
InsertMethodGenerator.addMapperAnnotations(Method method) |
void |
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addMapperAnnotations(Method method) |
void |
DeleteByPrimaryKeyMethodGenerator.addMapperAnnotations(Method method) |
void |
UpdateByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Method method) |
void |
UpdateByExampleSelectiveMethodGenerator.addMapperAnnotations(Method method) |
void |
UpdateByPrimaryKeySelectiveMethodGenerator.addMapperAnnotations(Method method) |
void |
CountByExampleMethodGenerator.addMapperAnnotations(Method method) |
void |
InsertSelectiveMethodGenerator.addMapperAnnotations(Method method) |
void |
UpdateByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Method method) |
void |
UpdateByPrimaryKeyWithBLOBsMethodGenerator.addMapperAnnotations(Method method) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotatedSelectByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
AnnotatedSelectByPrimaryKeyMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
AnnotatedSelectByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
AnnotatedSelectAllMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedUpdateByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedDeleteByExampleMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedInsertSelectiveMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedInsertMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedDeleteByPrimaryKeyMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedCountByExampleMethodGenerator.addMapperAnnotations(Method method) |
void |
AnnotatedUpdateByExampleSelectiveMethodGenerator.addMapperAnnotations(Method method) |
Modifier and Type | Method and Description |
---|---|
boolean |
ProviderUpdateByExampleWithoutBLOBsMethodGenerator.callPlugins(Method method,
TopLevelClass topLevelClass) |
boolean |
ProviderSelectByExampleWithoutBLOBsMethodGenerator.callPlugins(Method method,
TopLevelClass topLevelClass) |
boolean |
ProviderUpdateByExampleWithBLOBsMethodGenerator.callPlugins(Method method,
TopLevelClass topLevelClass) |
boolean |
ProviderSelectByExampleWithBLOBsMethodGenerator.callPlugins(Method method,
TopLevelClass topLevelClass) |
Modifier and Type | Method and Description |
---|---|
static Method |
JavaBeansUtil.getJavaBeansGetter(IntrospectedColumn introspectedColumn,
Context context,
IntrospectedTable introspectedTable) |
static Method |
JavaBeansUtil.getJavaBeansSetter(IntrospectedColumn introspectedColumn,
Context context,
IntrospectedTable introspectedTable) |
Modifier and Type | Method and Description |
---|---|
boolean |
RowBoundsPlugin.clientBasicSelectManyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
---|---|
Method |
MethodAndImports.getMethod() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMethodGenerator.acceptParts(MethodAndImports.Builder builder,
Method method,
MethodParts methodParts) |
boolean |
UpdateByExampleMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
SelectDistinctByExampleMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
DeleteByExampleMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
InsertMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
DeleteByPrimaryKeyMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
BasicDeleteMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
BasicSelectOneMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
BasicCountMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
SelectByExampleMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
BasicInsertMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
UpdateByExampleSelectiveMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
BasicUpdateMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
UpdateByPrimaryKeySelectiveMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
BasicSelectManyMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
CountByExampleMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
SelectByPrimaryKeyMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
InsertSelectiveMethodGenerator.callPlugins(Method method,
Interface interfaze) |
abstract boolean |
AbstractMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
UpdateByPrimaryKeyMethodGenerator.callPlugins(Method method,
Interface interfaze) |
static MethodAndImports.Builder |
MethodAndImports.withMethod(Method method) |
MethodAndImports.Builder |
MethodAndImports.Builder.withMethod(Method method) |
Copyright © 2006–2018 MyBatis.org. All rights reserved.