Package | Description |
---|---|
org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
org.mybatis.generator.api.dom | |
org.mybatis.generator.api.dom.java | |
org.mybatis.generator.api.dom.java.render | |
org.mybatis.generator.codegen.mybatis3.javamapper | |
org.mybatis.generator.codegen.mybatis3.javamapper.elements | |
org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated | |
org.mybatis.generator.plugins | |
org.mybatis.generator.plugins.dsql | |
org.mybatis.generator.runtime.dynamic.sql | |
org.mybatis.generator.runtime.dynamic.sql.elements |
Modifier and Type | Method and Description |
---|---|
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
|
boolean |
CompositePlugin.clientBasicInsertMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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.
|
default boolean |
Plugin.clientBasicInsertMultipleHelperMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
Deprecated.
this method is no longer called
|
boolean |
CompositePlugin.clientBasicInsertMultipleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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.clientBasicSelectManyMethodGenerated(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.clientBasicSelectOneMethodGenerated(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.
|
default boolean |
Plugin.clientBasicUpdateMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
Deprecated.
no longer called
|
boolean |
CompositePlugin.clientCountByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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.clientDeleteByExampleMethodGenerated(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.clientDeleteByPrimaryKeyMethodGenerated(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.clientGeneralCountMethodGenerated(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.clientGeneralDeleteMethodGenerated(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.clientGeneralSelectDistinctMethodGenerated(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.clientGeneralSelectMethodGenerated(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.clientGeneralUpdateMethodGenerated(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.clientGenerated(Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientGenerated(Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the entire client has been generated.
|
boolean |
CompositePlugin.clientInsertMethodGenerated(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.clientInsertMultipleMethodGenerated(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.clientInsertSelectiveMethodGenerated(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.clientSelectAllMethodGenerated(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.clientSelectByExampleWithBLOBsMethodGenerated(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.clientSelectByExampleWithoutBLOBsMethodGenerated(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.clientSelectByPrimaryKeyMethodGenerated(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.clientSelectListFieldGenerated(Field field,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientSelectListFieldGenerated(Field field,
Interface interfaze,
IntrospectedTable introspectedTable)
Called when the selectList field is generated in a MyBatis Dynamic SQL V2 runtime.
|
boolean |
CompositePlugin.clientSelectOneMethodGenerated(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.clientUpdateAllColumnsMethodGenerated(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.clientUpdateByExampleSelectiveMethodGenerated(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.clientUpdateByExampleWithBLOBsMethodGenerated(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.clientUpdateByExampleWithoutBLOBsMethodGenerated(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.clientUpdateByPrimaryKeySelectiveMethodGenerated(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.clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(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.clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(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.clientUpdateSelectiveColumnsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
default boolean |
Plugin.clientUpdateSelectiveColumnsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
Called when the updateSelectiveColumns method is generated.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultJavaFormatter.visit(Interface topLevelInterface) |
Modifier and Type | Method and Description |
---|---|
R |
CompilationUnitVisitor.visit(Interface topLevelInterface) |
Modifier and Type | Method and Description |
---|---|
String |
TopLevelInterfaceRenderer.render(Interface topLevelInterface) |
Modifier and Type | Method and Description |
---|---|
protected void |
AnnotatedClientGenerator.addCountByExampleMethod(Interface interfaze) |
protected void |
JavaMapperGenerator.addCountByExampleMethod(Interface interfaze) |
protected void |
AnnotatedClientGenerator.addDeleteByExampleMethod(Interface interfaze) |
protected void |
JavaMapperGenerator.addDeleteByExampleMethod(Interface interfaze) |
protected void |
SimpleJavaClientGenerator.addDeleteByPrimaryKeyMethod(Interface interfaze) |
protected void |
AnnotatedClientGenerator.addDeleteByPrimaryKeyMethod(Interface interfaze) |
protected void |
SimpleAnnotatedClientGenerator.addDeleteByPrimaryKeyMethod(Interface interfaze) |
protected void |
MixedClientGenerator.addDeleteByPrimaryKeyMethod(Interface interfaze) |
protected void |
JavaMapperGenerator.addDeleteByPrimaryKeyMethod(Interface interfaze) |
protected void |
SimpleJavaClientGenerator.addInsertMethod(Interface interfaze) |
protected void |
AnnotatedClientGenerator.addInsertMethod(Interface interfaze) |
protected void |
SimpleAnnotatedClientGenerator.addInsertMethod(Interface interfaze) |
protected void |
MixedClientGenerator.addInsertMethod(Interface interfaze) |
protected void |
JavaMapperGenerator.addInsertMethod(Interface interfaze) |
protected void |
AnnotatedClientGenerator.addInsertSelectiveMethod(Interface interfaze) |
protected void |
JavaMapperGenerator.addInsertSelectiveMethod(Interface interfaze) |
protected void |
SimpleJavaClientGenerator.addSelectAllMethod(Interface interfaze) |
protected void |
SimpleAnnotatedClientGenerator.addSelectAllMethod(Interface interfaze) |
protected void |
AnnotatedClientGenerator.addSelectByExampleWithBLOBsMethod(Interface interfaze) |
protected void |
JavaMapperGenerator.addSelectByExampleWithBLOBsMethod(Interface interfaze) |
protected void |
AnnotatedClientGenerator.addSelectByExampleWithoutBLOBsMethod(Interface interfaze) |
protected void |
JavaMapperGenerator.addSelectByExampleWithoutBLOBsMethod(Interface interfaze) |
protected void |
SimpleJavaClientGenerator.addSelectByPrimaryKeyMethod(Interface interfaze) |
protected void |
AnnotatedClientGenerator.addSelectByPrimaryKeyMethod(Interface interfaze) |
protected void |
SimpleAnnotatedClientGenerator.addSelectByPrimaryKeyMethod(Interface interfaze) |
protected void |
MixedClientGenerator.addSelectByPrimaryKeyMethod(Interface interfaze) |
protected void |
JavaMapperGenerator.addSelectByPrimaryKeyMethod(Interface interfaze) |
protected void |
AnnotatedClientGenerator.addUpdateByExampleSelectiveMethod(Interface interfaze) |
protected void |
JavaMapperGenerator.addUpdateByExampleSelectiveMethod(Interface interfaze) |
protected void |
AnnotatedClientGenerator.addUpdateByExampleWithBLOBsMethod(Interface interfaze) |
protected void |
JavaMapperGenerator.addUpdateByExampleWithBLOBsMethod(Interface interfaze) |
protected void |
AnnotatedClientGenerator.addUpdateByExampleWithoutBLOBsMethod(Interface interfaze) |
protected void |
JavaMapperGenerator.addUpdateByExampleWithoutBLOBsMethod(Interface interfaze) |
protected void |
SimpleJavaClientGenerator.addUpdateByPrimaryKeyMethod(Interface interfaze) |
protected void |
SimpleAnnotatedClientGenerator.addUpdateByPrimaryKeyMethod(Interface interfaze) |
protected void |
AnnotatedClientGenerator.addUpdateByPrimaryKeySelectiveMethod(Interface interfaze) |
protected void |
JavaMapperGenerator.addUpdateByPrimaryKeySelectiveMethod(Interface interfaze) |
protected void |
AnnotatedClientGenerator.addUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze) |
protected void |
MixedClientGenerator.addUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze) |
protected void |
JavaMapperGenerator.addUpdateByPrimaryKeyWithBLOBsMethod(Interface interfaze) |
protected void |
AnnotatedClientGenerator.addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze) |
protected void |
MixedClientGenerator.addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze) |
protected void |
JavaMapperGenerator.addUpdateByPrimaryKeyWithoutBLOBsMethod(Interface interfaze) |
protected void |
SimpleJavaClientGenerator.initializeAndExecuteGenerator(AbstractJavaMapperMethodGenerator methodGenerator,
Interface interfaze) |
protected void |
JavaMapperGenerator.initializeAndExecuteGenerator(AbstractJavaMapperMethodGenerator methodGenerator,
Interface interfaze) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJavaMapperMethodGenerator.addAnnotatedResults(Interface interfaze,
Method method,
List<IntrospectedColumn> nonPrimaryKeyColumns) |
protected void |
AbstractJavaMapperMethodGenerator.addAnnotatedSelectImports(Interface interfaze) |
void |
UpdateByExampleSelectiveMethodGenerator.addExtraImports(Interface interfaze) |
void |
InsertSelectiveMethodGenerator.addExtraImports(Interface interfaze) |
void |
CountByExampleMethodGenerator.addExtraImports(Interface interfaze) |
void |
SelectByPrimaryKeyMethodGenerator.addExtraImports(Interface interfaze) |
void |
InsertMethodGenerator.addExtraImports(Interface interfaze) |
void |
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addExtraImports(Interface interfaze) |
void |
DeleteByExampleMethodGenerator.addExtraImports(Interface interfaze) |
void |
SelectByExampleWithoutBLOBsMethodGenerator.addExtraImports(Interface interfaze) |
void |
UpdateByPrimaryKeySelectiveMethodGenerator.addExtraImports(Interface interfaze) |
void |
UpdateByPrimaryKeyWithBLOBsMethodGenerator.addExtraImports(Interface interfaze) |
void |
SelectByExampleWithBLOBsMethodGenerator.addExtraImports(Interface interfaze) |
void |
UpdateByExampleWithBLOBsMethodGenerator.addExtraImports(Interface interfaze) |
void |
DeleteByPrimaryKeyMethodGenerator.addExtraImports(Interface interfaze) |
void |
SelectAllMethodGenerator.addExtraImports(Interface interfaze) |
void |
UpdateByExampleWithoutBLOBsMethodGenerator.addExtraImports(Interface interfaze) |
void |
UpdateByExampleSelectiveMethodGenerator.addInterfaceElements(Interface interfaze) |
abstract void |
AbstractJavaMapperMethodGenerator.addInterfaceElements(Interface interfaze) |
void |
InsertSelectiveMethodGenerator.addInterfaceElements(Interface interfaze) |
void |
CountByExampleMethodGenerator.addInterfaceElements(Interface interfaze) |
void |
SelectByPrimaryKeyMethodGenerator.addInterfaceElements(Interface interfaze) |
void |
InsertMethodGenerator.addInterfaceElements(Interface interfaze) |
void |
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addInterfaceElements(Interface interfaze) |
void |
DeleteByExampleMethodGenerator.addInterfaceElements(Interface interfaze) |
void |
SelectByExampleWithoutBLOBsMethodGenerator.addInterfaceElements(Interface interfaze) |
void |
UpdateByPrimaryKeySelectiveMethodGenerator.addInterfaceElements(Interface interfaze) |
void |
UpdateByPrimaryKeyWithBLOBsMethodGenerator.addInterfaceElements(Interface interfaze) |
void |
SelectByExampleWithBLOBsMethodGenerator.addInterfaceElements(Interface interfaze) |
void |
UpdateByExampleWithBLOBsMethodGenerator.addInterfaceElements(Interface interfaze) |
void |
DeleteByPrimaryKeyMethodGenerator.addInterfaceElements(Interface interfaze) |
void |
SelectAllMethodGenerator.addInterfaceElements(Interface interfaze) |
void |
UpdateByExampleWithoutBLOBsMethodGenerator.addInterfaceElements(Interface interfaze) |
void |
SelectByPrimaryKeyMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
SelectByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
SelectByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
SelectAllMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
protected static String |
AbstractJavaMapperMethodGenerator.getResultAnnotation(Interface interfaze,
IntrospectedColumn introspectedColumn,
boolean idColumn,
boolean constructorBased) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotatedInsertSelectiveMethodGenerator.addExtraImports(Interface interfaze) |
void |
AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator.addExtraImports(Interface interfaze) |
void |
AnnotatedUpdateByExampleSelectiveMethodGenerator.addExtraImports(Interface interfaze) |
void |
AnnotatedUpdateByExampleWithBLOBsMethodGenerator.addExtraImports(Interface interfaze) |
void |
AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator.addExtraImports(Interface interfaze) |
void |
AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator.addExtraImports(Interface interfaze) |
void |
AnnotatedSelectByPrimaryKeyMethodGenerator.addExtraImports(Interface interfaze) |
void |
AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator.addExtraImports(Interface interfaze) |
void |
AnnotatedInsertMethodGenerator.addExtraImports(Interface interfaze) |
void |
AnnotatedSelectAllMethodGenerator.addExtraImports(Interface interfaze) |
void |
AnnotatedSelectByExampleWithoutBLOBsMethodGenerator.addExtraImports(Interface interfaze) |
void |
AnnotatedCountByExampleMethodGenerator.addExtraImports(Interface interfaze) |
void |
AnnotatedDeleteByExampleMethodGenerator.addExtraImports(Interface interfaze) |
void |
AnnotatedSelectByExampleWithBLOBsMethodGenerator.addExtraImports(Interface interfaze) |
void |
AnnotatedDeleteByPrimaryKeyMethodGenerator.addExtraImports(Interface interfaze) |
void |
AnnotatedSelectByPrimaryKeyMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
AnnotatedSelectAllMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
AnnotatedSelectByExampleWithoutBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
void |
AnnotatedSelectByExampleWithBLOBsMethodGenerator.addMapperAnnotations(Interface interfaze,
Method method) |
Modifier and Type | Method and Description |
---|---|
boolean |
CacheNamespacePlugin.clientGenerated(Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
MapperAnnotationPlugin.clientGenerated(Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
RowBoundsPlugin.clientSelectByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
boolean |
RowBoundsPlugin.clientSelectByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable) |
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 |
---|---|
protected Interface |
DynamicSqlMapperGenerator.createBasicInterface() |
Modifier and Type | Method and Description |
---|---|
protected void |
DynamicSqlMapperGenerator.addBasicInsertMethod(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addBasicInsertMultipleMethod(Interface interfaze) |
protected boolean |
DynamicSqlMapperGenerator.addBasicSelectManyMethod(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addBasicSelectOneMethod(Interface interfaze,
boolean reuseResultMap) |
protected void |
DynamicSqlMapperGenerator.addCommonInsertInterface(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addDeleteByPrimaryKeyMethod(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addGeneralCountMethod(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addGeneralDeleteMethod(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addGeneralSelectMethod(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addGeneralSelectOneMethod(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addGeneralUpdateMethod(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addInsertMultipleMethod(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addInsertOneMethod(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addInsertSelectiveMethod(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addSelectByPrimaryKeyMethod(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addSelectDistinctMethod(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addSelectListField(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addUpdateAllMethod(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addUpdateByPrimaryKeyMethod(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addUpdateByPrimaryKeySelectiveMethod(Interface interfaze) |
protected void |
DynamicSqlMapperGenerator.addUpdateSelectiveMethod(Interface interfaze) |
protected boolean |
DynamicSqlMapperGenerator.generate(Interface interfaze,
AbstractMethodGenerator generator) |
Modifier and Type | Method and Description |
---|---|
boolean |
SelectListGenerator.callPlugins(Field field,
Interface interfaze) |
boolean |
BasicSelectManyMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
GeneralSelectMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
GeneralDeleteMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
GeneralCountMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
UpdateByPrimaryKeyMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
InsertSelectiveMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
SelectByPrimaryKeyMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
InsertMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
InsertMultipleMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
UpdateByPrimaryKeySelectiveMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
GeneralUpdateMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
UpdateAllColumnsMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
GeneralSelectOneMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
BasicSelectOneMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
DeleteByPrimaryKeyMethodGenerator.callPlugins(Method method,
Interface interfaze) |
abstract boolean |
AbstractMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
GeneralSelectDistinctMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
BasicMultipleInsertMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
BasicInsertMethodGenerator.callPlugins(Method method,
Interface interfaze) |
boolean |
UpdateSelectiveColumnsMethodGenerator.callPlugins(Method method,
Interface interfaze) |
Copyright © 2006–2023 MyBatis.org. All rights reserved.