Package org.apache.ibatis.migration.hook
Class NewHookContext
java.lang.Object
org.apache.ibatis.migration.hook.NewHookContext
Hook context object that is available to
before_new
and after_new
hooks.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NewHookContext
-
-
Method Details
-
getDescription
- Returns:
- The specified description.
-
getFilename
- Returns:
- The name of the file that is created by new command.
Inbefore_new
hook, the file is not created yet.
-