| Package | Description |
|---|---|
| org.mybatis.generator.api.dom.java |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
Method.getParameters()
Gets the parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Method.addParameter(int index,
Parameter parameter)
Adds the parameter.
|
void |
Method.addParameter(Parameter parameter)
Adds the parameter.
|
Copyright © 2006–2016 MyBatis.org. All rights reserved.