Package | Description |
---|---|
org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
org.mybatis.generator.api.dom | |
org.mybatis.generator.config | |
org.mybatis.generator.internal |
Constructor and Description |
---|
GeneratedJavaFile(CompilationUnit compilationUnit,
String targetProject,
JavaFormatter javaFormatter) |
GeneratedJavaFile(CompilationUnit compilationUnit,
String targetProject,
String fileEncoding,
JavaFormatter javaFormatter)
Default constructor
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavaFormatter
This class is the default formatter for generated Java.
|
Modifier and Type | Method and Description |
---|---|
JavaFormatter |
Context.getJavaFormatter() |
Modifier and Type | Method and Description |
---|---|
static JavaFormatter |
ObjectFactory.createJavaFormatter(Context context) |
Copyright © 2010–2018 MyBatis.org. All rights reserved.