org.mybatis.generator.api
Class VerboseProgressCallback
java.lang.Object
org.mybatis.generator.internal.NullProgressCallback
org.mybatis.generator.api.VerboseProgressCallback
- All Implemented Interfaces:
- ProgressCallback
public class VerboseProgressCallback
- extends NullProgressCallback
- Author:
- Jeff Butler
Method Summary |
void |
startTask(String taskName)
Called to denote the beginning of a save task |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerboseProgressCallback
public VerboseProgressCallback()
startTask
public void startTask(String taskName)
- Description copied from interface:
ProgressCallback
- Called to denote the beginning of a save task
- Specified by:
startTask
in interface ProgressCallback
- Overrides:
startTask
in class NullProgressCallback
- Parameters:
taskName
- a descriptive name of the current work step
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.