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
History.current()
The currently installedVersion
.@NotNull Version
Files.from()
The from version from which this migration is done.@NotNull Version
Merge versions.@NotNull Version
History.root()
The rootVersion
.@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
.