Uses of Enum Class
org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator.ResultElementType
Packages that use AbstractXmlElementGenerator.ResultElementType
-
Uses of AbstractXmlElementGenerator.ResultElementType in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
Methods in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements that return AbstractXmlElementGenerator.ResultElementTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractXmlElementGenerator.ResultElementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mybatis.generator.codegen.mybatis3.xmlmapper.elements with parameters of type AbstractXmlElementGenerator.ResultElementTypeModifier and TypeMethodDescriptionprotected List<XmlElement> AbstractXmlElementGenerator.buildResultMapItems(AbstractXmlElementGenerator.ResultElementType elementType, List<IntrospectedColumn> columns)