| 程序包 | 说明 |
|---|---|
| cn.com.pism.frc.resourcescanner |
| 限定符和类型 | 方法和说明 |
|---|---|
static Event |
Event.fromId(String id)
Retrieves the event with this id.
|
static Event |
Event.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Event[] |
Event.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
Callback.handle(Event event,
Context context)
Handles this Flyway lifecycle event.
|
boolean |
Callback.supports(Event event,
Context context)
Whether this callback supports this event or not.
|
Copyright © 2022. All rights reserved.