@Mojo(name="export") public class MybatisDBExportMojo extends AbstractMybatisDBSetupMojo
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
encoding
Encoding of exported data.
|
protected boolean |
ordered
Set to true to order exported data according to integrity constraints defined in DB.
|
protected File |
outputDir
Location of exported DataSet file
|
protected String[] |
tables
List of database Table
|
| 构造器和说明 |
|---|
MybatisDBExportMojo() |
protected File outputDir
protected String[] tables
protected boolean ordered
protected String encoding
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute 在接口中 org.apache.maven.plugin.Mojoexecute 在类中 AbstractMybatisDBSetupMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2019. All rights reserved.