Package | Description |
---|---|
org.mybatis.generator.api.dom.java | |
org.mybatis.generator.api.dom.java.render | |
org.mybatis.generator.runtime.dynamic.sql.elements |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
Method.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
Method.addParameter(int index,
Parameter parameter) |
void |
Method.addParameter(Parameter parameter) |
Modifier and Type | Method and Description |
---|---|
String |
ParameterRenderer.render(Parameter parameter,
CompilationUnit compilationUnit) |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
MethodParts.getParameters() |
Modifier and Type | Method and Description |
---|---|
MethodParts.Builder |
MethodParts.Builder.withParameter(Parameter parameter) |
Copyright © 2006–2023 MyBatis.org. All rights reserved.