Uses of Interface
org.jooq.Version
Packages that use Version
-
Uses of Version in org.jooq
Modifier and TypeMethodDescription@NotNull Version
Apply a migration to produce a new version.@NotNull Version
Version.apply
(String id, Collection<? extends Query> migration) Apply a migration to produce a new version.@NotNull Version
Apply a migration to produce a new version.@NotNull Version
Apply a migration to produce a new version.@NotNull Version
Commit a newMeta
representation to the version graph.@NotNull Version
Commit a newMeta
representation to the version graph.@NotNull Version
Commit a newMeta
representation to the version graph.@NotNull Version
Files.from()
The from version from which this migration is done.@Nullable Version
Files.fromSnapshot()
The lastContentType.SNAPSHOT
version that is being migrated from, ornull
if there's no snapshot.@NotNull Version
Merge versions.@NotNull Version
Files.to()
The to version to which this migration is done.@NotNull Version
Commit.version()
Get the version representing this commit.@NotNull Version
HistoryVersion.version()
The version.@NotNull Version
Initialise aVersion
.