| 程序包 | 说明 |
|---|---|
| cn.com.pism.frc.resourcescanner |
| 类和说明 |
|---|
| 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
A facility to obtain classes.
|
| Configuration
Flyway configuration.
|
| Context
The context relevant to a Java-based migration.
|
| Event
The Flyway lifecycle events that can be handled in callbacks.
|
| JavaMigration
Interface to be implemented by Java-based Migrations.
|
| LoadableResource
A loadable resource.
|
| Location
A location to load migrations from.
|
| LocationScannerCache |
| MigrationExecutor
Executes a migration.
|
| MigrationResolver
Resolves available migrations.
|
| MigrationType
Type of migration.
|
| MigrationVersion
A version of a migration.
|
| ResolvedMigration
Migration resolved through a MigrationResolver.
|
| Resource
A resource (such as a .sql file) used by Flyway.
|
| ResourceAndClassScanner
Scanner for both resources and classes.
|
| ResourceNameCache |
| ResourceProvider
A facility to obtain loadable resources.
|
| UrlResolver
Resolves container-specific URLs into standard Java URLs.
|
Copyright © 2022. All rights reserved.