Class AbstractXmlElementGenerator

java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator
Direct Known Subclasses:
BaseColumnListElementGenerator, BlobColumnListElementGenerator, CountByExampleElementGenerator, DeleteByExampleElementGenerator, DeleteByPrimaryKeyElementGenerator, ExampleWhereClauseElementGenerator, InsertElementGenerator, InsertSelectiveElementGenerator, ResultMapWithBLOBsElementGenerator, ResultMapWithoutBLOBsElementGenerator, SelectByExampleWithBLOBsElementGenerator, SelectByExampleWithoutBLOBsElementGenerator, SelectByPrimaryKeyElementGenerator, SimpleSelectAllElementGenerator, SimpleSelectByPrimaryKeyElementGenerator, UpdateByExampleSelectiveElementGenerator, UpdateByExampleWithBLOBsElementGenerator, UpdateByExampleWithoutBLOBsElementGenerator, UpdateByPrimaryKeySelectiveElementGenerator, UpdateByPrimaryKeyWithBLOBsElementGenerator, UpdateByPrimaryKeyWithoutBLOBsElementGenerator

public abstract class AbstractXmlElementGenerator extends AbstractGenerator