Uses of Class
org.apache.ibatis.migration.options.SelectedPaths
Packages that use SelectedPaths
Package
Description
-
Uses of SelectedPaths in org.apache.ibatis.migration
Methods in org.apache.ibatis.migration with parameters of type SelectedPathsModifier and TypeMethodDescriptionFileMigrationLoaderFactory.create
(SelectedPaths paths, Environment environment) -
Uses of SelectedPaths in org.apache.ibatis.migration.commands
Fields in org.apache.ibatis.migration.commands declared as SelectedPaths -
Uses of SelectedPaths in org.apache.ibatis.migration.hook
Fields in org.apache.ibatis.migration.hook declared as SelectedPathsModifier and TypeFieldDescriptionprotected final SelectedPaths
FileHookScriptFactory.paths
protected final SelectedPaths
Jsr223HookScript.paths
Constructors in org.apache.ibatis.migration.hook with parameters of type SelectedPathsModifierConstructorDescriptionFileHookScriptFactory
(SelectedPaths paths, Environment environment, PrintStream printStream) Jsr223HookScript
(String language, File scriptFile, String charset, String[] options, SelectedPaths paths, Properties variables, PrintStream printStream) -
Uses of SelectedPaths in org.apache.ibatis.migration.options
Methods in org.apache.ibatis.migration.options that return SelectedPaths