public abstract class AbstractJavaClientGenerator extends AbstractJavaGenerator
context, introspectedTable, progressCallback, warnings
Constructor and Description |
---|
AbstractJavaClientGenerator(boolean requiresXMLGenerator) |
Modifier and Type | Method and Description |
---|---|
abstract AbstractXmlGenerator |
getMatchedXMLGenerator()
Returns an instance of the XML generator associated
with this client generator.
|
boolean |
requiresXMLGenerator()
Returns true is a matching XML generator is required.
|
addDefaultConstructor, getCompilationUnits, getDefaultConstructor, getGetter, getRootClass
getContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarnings
public AbstractJavaClientGenerator(boolean requiresXMLGenerator)
public boolean requiresXMLGenerator()
public abstract AbstractXmlGenerator getMatchedXMLGenerator()
Copyright © 2006–2018 MyBatis.org. All rights reserved.