Package | Description |
---|---|
org.mybatis.generator.api.dom.java |
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) |
Copyright © 2010–2018 MyBatis.org. All rights reserved.