Package | Description |
---|---|
org.mybatis.generator.codegen.mybatis3.xmlmapper.elements |
Modifier and Type | Method and Description |
---|---|
static AbstractXmlElementGenerator.ResultElementType |
AbstractXmlElementGenerator.ResultElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractXmlElementGenerator.ResultElementType[] |
AbstractXmlElementGenerator.ResultElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected List<XmlElement> |
AbstractXmlElementGenerator.buildResultMapItems(AbstractXmlElementGenerator.ResultElementType elementType,
List<IntrospectedColumn> columns) |
Copyright © 2006–2023 MyBatis.org. All rights reserved.