Uses of Interface
org.mybatis.generator.api.ShellCallback
Packages that use ShellCallback
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of ShellCallback in org.mybatis.generator.api
Fields in org.mybatis.generator.api declared as ShellCallbackConstructors in org.mybatis.generator.api with parameters of type ShellCallbackModifierConstructorDescriptionMyBatisGenerator(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 -
Uses of ShellCallback in org.mybatis.generator.maven
Classes in org.mybatis.generator.maven that implement ShellCallbackModifier and TypeClassDescriptionclassShell callback that calculates the Maven output directory.