跳过导航链接
A C D E F G I L M N O P R S T U V W 

A

afterPropertiesSet() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedMigrationInitializer
 

C

checkCompareTo(String, String) - 枚举 中的方法org.flywaydb.spring.boot.ext.io.IOCase
Compares two strings using the case-sensitivity rule.
checkEndsWith(String, String) - 枚举 中的方法org.flywaydb.spring.boot.ext.io.IOCase
Checks if one string ends with another using the case-sensitivity rule.
checkEquals(String, String) - 枚举 中的方法org.flywaydb.spring.boot.ext.io.IOCase
Compares two strings using the case-sensitivity rule.
checkIndexOf(String, int, String) - 枚举 中的方法org.flywaydb.spring.boot.ext.io.IOCase
Checks if one string contains another starting at a specific index using the case-sensitivity rule.
checkRegionMatches(String, int, String) - 枚举 中的方法org.flywaydb.spring.boot.ext.io.IOCase
Checks if one string contains another at a specific index using the case-sensitivity rule.
checkStartsWith(String, String) - 枚举 中的方法org.flywaydb.spring.boot.ext.io.IOCase
Checks if one string starts with another using the case-sensitivity rule.
concat(String, String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Concatenates a filename to a base path using normal command line style rules.

D

directoryContains(String, String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Determines whether the parent directory contains the child element (a file or directory).

E

equals(String, String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Checks whether two filenames are equal exactly.
equals(String, String, boolean, IOCase) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Checks whether two filenames are equal, optionally normalizing and providing control over the case-sensitivity.
equalsNormalized(String, String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Checks whether two filenames are equal after both have been normalized.
equalsNormalizedOnSystem(String, String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Checks whether two filenames are equal after both have been normalized and using the case rules of the system.
equalsOnSystem(String, String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Checks whether two filenames are equal using the case rules of the system.
EXTENSION_SEPARATOR - 类 中的静态变量org.flywaydb.spring.boot.ext.io.FilenameUtils
The extension separator character.
EXTENSION_SEPARATOR_STR - 类 中的静态变量org.flywaydb.spring.boot.ext.io.FilenameUtils
The extension separator String.

F

FilenameUtils - org.flywaydb.spring.boot.ext.io中的类
General filename and filepath manipulation utilities.
FilenameUtils() - 类 的构造器org.flywaydb.spring.boot.ext.io.FilenameUtils
Instances should NOT be constructed in standard programming.
flywayDatasource(DataSourceProperties) - 类 中的方法org.flywaydb.spring.boot.FlywayMigrationAutoConfiguration
 
FlywayDataSourceWrapper - org.flywaydb.spring.boot.ext中的类
 
FlywayDataSourceWrapper(DataSource) - 类 的构造器org.flywaydb.spring.boot.ext.FlywayDataSourceWrapper
 
FlywayFluentConfiguration - org.flywaydb.spring.boot.ext中的类
增加模块名称参数
FlywayFluentConfiguration(String, String, String) - 类 的构造器org.flywaydb.spring.boot.ext.FlywayFluentConfiguration
Creates a new default configuration.
FlywayFluentConfiguration(ClassLoader, String, String, String) - 类 的构造器org.flywaydb.spring.boot.ext.FlywayFluentConfiguration
Creates a new default configuration with this classloader.
FlywayInitializerJdbcOperationsDependencyConfiguration() - 类 的构造器org.flywaydb.spring.boot.FlywayMigrationAutoConfiguration.FlywayModuleConfiguration.FlywayInitializerJdbcOperationsDependencyConfiguration
 
FlywayInitializerJpaDependencyConfiguration() - 类 的构造器org.flywaydb.spring.boot.FlywayMigrationAutoConfiguration.FlywayModuleConfiguration.FlywayInitializerJpaDependencyConfiguration
 
FlywayJdbcOperationsDependencyConfiguration() - 类 的构造器org.flywaydb.spring.boot.FlywayMigrationAutoConfiguration.FlywayJdbcOperationsDependencyConfiguration
 
FlywayJpaDependencyConfiguration() - 类 的构造器org.flywaydb.spring.boot.FlywayMigrationAutoConfiguration.FlywayJpaDependencyConfiguration
 
FlywayMigratedEvent - org.flywaydb.spring.boot.ext中的类
 
FlywayMigratedEvent(Object) - 类 的构造器org.flywaydb.spring.boot.ext.FlywayMigratedEvent
 
flywayMigration() - 类 中的方法org.flywaydb.spring.boot.FlywayMigrationAutoConfiguration
 
FlywayMigrationAutoConfiguration - org.flywaydb.spring.boot中的类
扩展Flyway实现,解决使用Druid数据源时执行SQL权限问题(Druid安全机制导致)
FlywayMigrationAutoConfiguration() - 类 的构造器org.flywaydb.spring.boot.FlywayMigrationAutoConfiguration
 
FlywayMigrationAutoConfiguration.FlywayJdbcOperationsDependencyConfiguration - org.flywaydb.spring.boot中的类
Additional configuration to ensure that JdbcOperations beans depend on the flyway bean.
FlywayMigrationAutoConfiguration.FlywayJpaDependencyConfiguration - org.flywaydb.spring.boot中的类
Additional configuration to ensure that EntityManagerFactory beans depend on the flyway bean.
FlywayMigrationAutoConfiguration.FlywayModuleConfiguration - org.flywaydb.spring.boot中的类
 
FlywayMigrationAutoConfiguration.FlywayModuleConfiguration.FlywayInitializerJdbcOperationsDependencyConfiguration - org.flywaydb.spring.boot中的类
Additional configuration to ensure that JdbcOperations beans depend on the flywayInitializer bean.
FlywayMigrationAutoConfiguration.FlywayModuleConfiguration.FlywayInitializerJpaDependencyConfiguration - org.flywaydb.spring.boot中的类
Additional configuration to ensure that EntityManagerFactory beans depend on the flywayInitializer bean.
FlywayMigrationProperties - org.flywaydb.spring.boot中的类
 
FlywayMigrationProperties() - 类 的构造器org.flywaydb.spring.boot.FlywayMigrationProperties
 
FlywayMigrationProvider - org.flywaydb.spring.boot.ext中的类
TODO
FlywayMigrationProvider() - 类 的构造器org.flywaydb.spring.boot.ext.FlywayMigrationProvider
 
FlywayModularizedMigrationInitializer - org.flywaydb.spring.boot.ext中的类
TODO
FlywayModularizedMigrationInitializer(List<Flyway>) - 类 的构造器org.flywaydb.spring.boot.ext.FlywayModularizedMigrationInitializer
FlywayModularizedMigrationInitializer(List<Flyway>, FlywayMigrationStrategy) - 类 的构造器org.flywaydb.spring.boot.ext.FlywayModularizedMigrationInitializer
FlywayModularizedProperties - org.flywaydb.spring.boot.ext中的类
Flyway模块化配置:locations和table参数特别需要注意,每个模块不能相同
FlywayModularizedProperties() - 类 的构造器org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
FlywayModuleConfiguration(FlywayMigrationProperties, DataSourceProperties, ResourceLoader, ObjectProvider<DataSource>, ObjectProvider<DataSource>, ObjectProvider<FlywayMigrationStrategy>, ObjectProvider<FlywayConfigurationCustomizer>, ObjectProvider<Callback>, ObjectProvider<FlywayFluentConfiguration>) - 类 的构造器org.flywaydb.spring.boot.FlywayMigrationAutoConfiguration.FlywayModuleConfiguration
 
flywayModuleInitializer(List<Flyway>) - 类 中的方法org.flywaydb.spring.boot.FlywayMigrationAutoConfiguration.FlywayModuleConfiguration
 
flyways() - 类 中的方法org.flywaydb.spring.boot.FlywayMigrationAutoConfiguration.FlywayModuleConfiguration
 
forName(String) - 枚举 中的静态方法org.flywaydb.spring.boot.ext.io.IOCase
Factory method to create an IOCase from a name.

G

getApplicationEventPublisher() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayMigrationProvider
 
getBaselineDescription() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getBaselineVersion() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getBaseName(String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Gets the base name, minus the full path and extension, from a full filename.
getConnection() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayDataSourceWrapper
 
getConnection(String, String) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayDataSourceWrapper
 
getConnectRetries() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getEncoding() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getExtension(String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Gets the extension of a filename.
getFullPath(String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Gets the full path from a full filename, which is the prefix + path.
getFullPathNoEndSeparator(String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Gets the full path from a full filename, which is the prefix + path, and also excluding the final directory separator.
getInitSqls() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getInstalledBy() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getLocationAsStrings() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayFluentConfiguration
 
getLocations() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getLoginTimeout() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayDataSourceWrapper
 
getLogWriter() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayDataSourceWrapper
 
getModule() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayFluentConfiguration
 
getModule() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getModules() - 类 中的方法org.flywaydb.spring.boot.FlywayMigrationProperties
 
getName(String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Gets the name minus the path from a full filename.
getName() - 枚举 中的方法org.flywaydb.spring.boot.ext.io.IOCase
Gets the name of the constant.
getOrder() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedMigrationInitializer
 
getParentLogger() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayDataSourceWrapper
 
getPassword() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getPath(String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Gets the path from a full filename, which excludes the prefix.
getPathNoEndSeparator(String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Gets the path from a full filename, which excludes the prefix, and also excluding the final directory separator.
getPlaceholderPrefix() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getPlaceholders() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getPlaceholderSuffix() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getPrefix(String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Gets the prefix from a full filename, such as C:/ or ~/.
getPrefixLength(String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Returns the length of the filename prefix, such as C:/ or ~/.
getRepeatableSqlMigrationPrefix() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getSchemaNames() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getSchemas() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getSqlMigrationPrefix() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getSqlMigrationSeparator() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getSqlMigrationSuffixes() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getTable() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayFluentConfiguration
 
getTable() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getTarget() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getUrl() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
getUser() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 

I

indexOfExtension(String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Returns the index of the last extension separator character, which is a dot.
indexOfLastSeparator(String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Returns the index of the last directory separator character.
init(String, String) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayFluentConfiguration
 
IOCase - org.flywaydb.spring.boot.ext.io中的枚举
Enumeration of IO case sensitivity.
isBaselineOnMigrate() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
isCaseSensitive() - 枚举 中的方法org.flywaydb.spring.boot.ext.io.IOCase
Does the object represent case sensitive comparison.
isCheckLocation() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
isCleanDisabled() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
isCleanOnValidationError() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
isCreateDataSource() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
isEnabled() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
isExtension(String, String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Checks whether the extension of the filename is that specified.
isExtension(String, String[]) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Checks whether the extension of the filename is one of those specified.
isExtension(String, Collection<String>) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Checks whether the extension of the filename is one of those specified.
isGroup() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
isIgnoreFutureMigrations() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
isIgnoreIgnoredMigrations() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
isIgnoreMissingMigrations() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
isIgnorePendingMigrations() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
isMixed() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
isOutOfOrder() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
isPlaceholderReplacement() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
isSkipDefaultCallbacks() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
isSkipDefaultResolvers() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
isValidateOnMigrate() - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
isWrapperFor(Class<?>) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayDataSourceWrapper
 

L

LocationModuleResolver - org.flywaydb.spring.boot.ext.resolver中的类
TODO
LocationModuleResolver(String) - 类 的构造器org.flywaydb.spring.boot.ext.resolver.LocationModuleResolver
 
locations(String...) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayFluentConfiguration
 
LocationVendorResolver - org.flywaydb.spring.boot.ext.resolver中的类
TODO
LocationVendorResolver(DataSource) - 类 的构造器org.flywaydb.spring.boot.ext.resolver.LocationVendorResolver
 
LOG - 类 中的静态变量org.flywaydb.spring.boot.ext.FlywayMigrationProvider
 

M

migrate(Flyway) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayMigrationProvider
 

N

normalize(String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Normalizes a path, removing double and single dot path steps.
normalize(String, boolean) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Normalizes a path, removing double and single dot path steps.
normalizeNoEndSeparator(String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Normalizes a path, removing double and single dot path steps, and removing any final directory separator.
normalizeNoEndSeparator(String, boolean) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Normalizes a path, removing double and single dot path steps, and removing any final directory separator.

O

org.flywaydb.spring.boot - 程序包 org.flywaydb.spring.boot
 
org.flywaydb.spring.boot.ext - 程序包 org.flywaydb.spring.boot.ext
 
org.flywaydb.spring.boot.ext.io - 程序包 org.flywaydb.spring.boot.ext.io
 
org.flywaydb.spring.boot.ext.resolver - 程序包 org.flywaydb.spring.boot.ext.resolver
 

P

PREFIX - 类 中的静态变量org.flywaydb.spring.boot.FlywayMigrationProperties
 

R

removeExtension(String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Removes the extension from a filename.
resolveLocations(Collection<String>) - 类 中的方法org.flywaydb.spring.boot.ext.resolver.LocationModuleResolver
 
resolveLocations(String[]) - 类 中的方法org.flywaydb.spring.boot.ext.resolver.LocationModuleResolver
 
resolveLocations(Collection<String>) - 类 中的方法org.flywaydb.spring.boot.ext.resolver.LocationVendorResolver
 
resolveLocations(String[]) - 类 中的方法org.flywaydb.spring.boot.ext.resolver.LocationVendorResolver
 
resolveTable(String) - 类 中的方法org.flywaydb.spring.boot.ext.resolver.TableModuleResolver
 

S

separatorsToSystem(String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Converts all separators to the system separator.
separatorsToUnix(String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Converts all separators to the Unix separator of forward slash.
separatorsToWindows(String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Converts all separators to the Windows separator of backslash.
setApplicationEventPublisher(ApplicationEventPublisher) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayMigrationProvider
 
setBaselineDescription(String) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setBaselineOnMigrate(boolean) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setBaselineVersion(String) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setCheckLocation(boolean) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setCleanDisabled(boolean) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setCleanOnValidationError(boolean) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setConnectRetries(int) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setEnabled(boolean) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setEncoding(String) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setGroup(boolean) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setIgnoreFutureMigrations(boolean) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setIgnoreIgnoredMigrations(boolean) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setIgnoreMissingMigrations(boolean) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setIgnorePendingMigrations(boolean) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setInitSqls(List<String>) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setInstalledBy(String) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setLocations(List<String>) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setLoginTimeout(int) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayDataSourceWrapper
 
setLogWriter(PrintWriter) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayDataSourceWrapper
 
setMixed(boolean) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setModule(String) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setModules(List<FlywayModularizedProperties>) - 类 中的方法org.flywaydb.spring.boot.FlywayMigrationProperties
 
setOrder(int) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedMigrationInitializer
 
setOutOfOrder(boolean) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setPassword(String) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setPlaceholderPrefix(String) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setPlaceholderReplacement(boolean) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setPlaceholders(Map<String, String>) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setPlaceholderSuffix(String) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setRepeatableSqlMigrationPrefix(String) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setSchemaNames(String[]) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setSchemas(List<String>) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setSkipDefaultCallbacks(boolean) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setSkipDefaultResolvers(boolean) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setSqlMigrationPrefix(String) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setSqlMigrationSeparator(String) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setSqlMigrationSuffixes(List<String>) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setTable(String) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setTarget(String) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setUrl(String) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setUser(String) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 
setValidateOnMigrate(boolean) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayModularizedProperties
 

T

TableModuleResolver - org.flywaydb.spring.boot.ext.resolver中的类
TODO
TableModuleResolver(String) - 类 的构造器org.flywaydb.spring.boot.ext.resolver.TableModuleResolver
 
toString() - 枚举 中的方法org.flywaydb.spring.boot.ext.io.IOCase
Gets a string describing the sensitivity.

U

unwrap(Class<T>) - 类 中的方法org.flywaydb.spring.boot.ext.FlywayDataSourceWrapper
 

V

valueOf(String) - 枚举 中的静态方法org.flywaydb.spring.boot.ext.io.IOCase
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.flywaydb.spring.boot.ext.io.IOCase
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

wildcardMatch(String, String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Checks a filename to see if it matches the specified wildcard matcher, always testing case-sensitive.
wildcardMatch(String, String, IOCase) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Checks a filename to see if it matches the specified wildcard matcher allowing control over case-sensitivity.
wildcardMatchOnSystem(String, String) - 类 中的静态方法org.flywaydb.spring.boot.ext.io.FilenameUtils
Checks a filename to see if it matches the specified wildcard matcher using the case rules of the system.
A C D E F G I L M N O P R S T U V W 
跳过导航链接

Copyright © 2019. All rights reserved.