类 SqlScriptRunner
java.lang.Object
org.mybatis.generator.maven.SqlScriptRunner
This class is used to execute an SQL script before a code generation run if necessary.
Note that this class mainly exists to support the MyBatis Generator build. It is
intentionally not documented and not supported.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidvoidvoidsetLog(org.apache.maven.plugin.logging.Log log) voidsetPassword(String password)
-
构造器详细资料
-
方法详细资料
-
executeScript
public void executeScript() throws org.apache.maven.plugin.MojoExecutionException- 抛出:
org.apache.maven.plugin.MojoExecutionException
-
getDriver
-
setDriver
-
getPassword
-
setPassword
-
setLog
public void setLog(org.apache.maven.plugin.logging.Log log)
-