Uses of Interface
org.mybatis.generator.api.ShellCallback

Packages that use ShellCallback
org.mybatis.generator.api Provides the main classes and interfaces used by clients of MyBatis Generator. 
org.mybatis.generator.internal   
 

Uses of ShellCallback in org.mybatis.generator.api
 

Constructors in org.mybatis.generator.api with parameters of type ShellCallback
MyBatisGenerator(Configuration configuration, ShellCallback shellCallback, List<String> warnings)
          Constructs a MyBatisGenerator object.
 

Uses of ShellCallback in org.mybatis.generator.internal
 

Classes in org.mybatis.generator.internal that implement ShellCallback
 class DefaultShellCallback
           
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.