| 程序包 | 说明 |
|---|---|
| cn.com.pism.frc.resourcescanner |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
Callback.canHandleInTransaction(Event event,
Context context)
Whether this event can be handled in a transaction or whether it must be handled outside a transaction instead.
|
void |
MigrationExecutor.execute(Context context)
Executes the migration this executor is associated with.
|
void |
Callback.handle(Event event,
Context context)
Handles this Flyway lifecycle event.
|
void |
JavaMigration.migrate(Context context)
Executes this migration.
|
Collection<ResolvedMigration> |
MigrationResolver.resolveMigrations(Context context)
Resolves the available migrations.
|
boolean |
Callback.supports(Event event,
Context context)
Whether this callback supports this event or not.
|
Copyright © 2022. All rights reserved.