Module org.jooq
Package org.jooq

Interface Migration

All Superinterfaces:
Scope

@Experimental public interface Migration extends Scope
An executable migration between two Commit instances.

This type is a Scope with independent lifecycle and its own Scope.data() map.

This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.

Author:
Lukas Eder