Uses of Interface
org.jooq.Version
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
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
Find a version by its id, ornull
, if no such version was found.@NotNull Version
Merge versions.@NotNull Version
Versions.root()
The root version of this graph.@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
Initialise aVersion
. -
Uses of Version in org.jooq.impl