| 接口 | 说明 |
|---|---|
| Callback |
This is the main callback interface that should be implemented to handle Flyway lifecycle events.
|
| ClassPathLocationScanner |
Scans for classpath resources in this location.
|
| ClassProvider<I> |
A facility to obtain classes.
|
| Configuration |
Flyway configuration.
|
| Context |
The context relevant to a Java-based migration.
|
| JavaMigration |
Interface to be implemented by Java-based Migrations.
|
| MigrationExecutor |
Executes a migration.
|
| MigrationResolver |
Resolves available migrations.
|
| ResolvedMigration |
Migration resolved through a MigrationResolver.
|
| Resource |
A resource (such as a .sql file) used by Flyway.
|
| ResourceAndClassScanner<I> |
Scanner for both resources and classes.
|
| ResourceProvider |
A facility to obtain loadable resources.
|
| UrlResolver |
Resolves container-specific URLs into standard Java URLs.
|
| 类 | 说明 |
|---|---|
| ClassPathResource |
A resource on the classpath.
|
| ClassPathScanner<I> |
ClassPath scanner.
|
| DefaultUrlResolver |
Default implementation of UrlResolver.
|
| FeatureDetector |
Detects whether certain features are available or not.
|
| FileSystemClassPathLocationScanner |
ClassPathLocationScanner for the file system.
|
| JarFileClassPathLocationScanner |
ClassPathLocationScanner for jar files.
|
| LoadableResource |
A loadable resource.
|
| Location |
A location to load migrations from.
|
| LocationScannerCache | |
| MigrationVersion |
A version of a migration.
|
| ResourceNameCache | |
| Scanner<I> |
Scanner for Resources and Classes.
|
| 枚举 | 说明 |
|---|---|
| Event |
The Flyway lifecycle events that can be handled in callbacks.
|
| MigrationType |
Type of migration.
|
Copyright © 2022. All rights reserved.